From 96f9c54df343abdf1f1973592a97454d7a008683 Mon Sep 17 00:00:00 2001 From: Umut Date: Wed, 1 Feb 2023 11:58:57 +0100 Subject: [PATCH] docs: fix a typo in rounded table lookup tutorial --- docs/tutorial/rounded_table_lookups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/rounded_table_lookups.md b/docs/tutorial/rounded_table_lookups.md index 7a14b669d..0fb662cae 100644 --- a/docs/tutorial/rounded_table_lookups.md +++ b/docs/tutorial/rounded_table_lookups.md @@ -179,5 +179,5 @@ You can adjust `target_msbs` depending on your requirements. If you set it to `4 ![](../_static/rounded-tlu/4-bits-kept.png) {% hint style="warning" %} -`AutoRounder`s should be defined outside the function being compiled. They are used to store the result of aqdjustment process, so they shouldn't be created each time the function is called. +`AutoRounder`s should be defined outside the function being compiled. They are used to store the result of adjustment process, so they shouldn't be created each time the function is called. {% endhint %}