[docs] fix typo

This commit is contained in:
Nuno Lopes 2022-02-20 18:43:30 +00:00
parent 56bc87322c
commit 35b92c1464
1 changed files with 1 additions and 1 deletions

View File

@ -231,7 +231,7 @@ Undefined Values
#. Use poison values instead of undef values whenever possible.
#. Tag function attributes with the noundef attribute whenever possible.
#. Tag function parameters with the noundef attribute whenever possible.
Modeling Memory Effects
^^^^^^^^^^^^^^^^^^^^^^^^