From ae677c1e316e826523f49144c7e874027e7461d8 Mon Sep 17 00:00:00 2001 From: Dave Hoover Date: Fri, 20 May 2016 09:18:03 -0500 Subject: Typo fix --- docs/control-structures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/control-structures.rst b/docs/control-structures.rst index 15effb78..4b2363f5 100644 --- a/docs/control-structures.rst +++ b/docs/control-structures.rst @@ -280,7 +280,7 @@ idea is that assembly libraries will be used to enhance the language in such way } } -Inline assemmbly could also be beneficial in cases where the optimizer fails to produce +Inline assembly could also be beneficial in cases where the optimizer fails to produce efficient code. Please be aware that assembly is much more difficult to write because the compiler does not perform checks, so you should use it for complex things only if you really know what you are doing. -- cgit