diff options
| -rw-r--r-- | llvm/docs/HowToUseAttributes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/HowToUseAttributes.rst b/llvm/docs/HowToUseAttributes.rst index bb7f63f43a3..1d05e238587 100644 --- a/llvm/docs/HowToUseAttributes.rst +++ b/llvm/docs/HowToUseAttributes.rst @@ -39,7 +39,7 @@ convert any code which does treat them as a bit mask to use the new query methods on the Attribute class. ``AttributeList`` -================ +================= The ``AttributeList`` stores a collection of Attribute objects for each kind of object that may have an attribute associated with it: the function as a whole, |

