diff options
| -rw-r--r-- | docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst index 8527631..13706e1 100644 --- a/docs/LangRef.rst +++ b/docs/LangRef.rst @@ -820,7 +820,7 @@ example: ``builtin`` This indicates that the callee function at a call site should be recognized as a built-in function, even though the function's declaration - uses the ``nobuiltin'' attribute. This is only valid at call sites for + uses the ``nobuiltin`` attribute. This is only valid at call sites for direct calls to functions which are declared with the ``nobuiltin`` attribute. ``cold`` |
