diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 2f5ba6c22ddab..be1765660d36d 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -2776,7 +2776,7 @@ For example: specified, `max` must be a power-of-two greater-than-or-equal to `min` or 0 to signify an unbounded maximum. The syntax `vscale_range()` can be used to set both `min` and `max` to the same value. Functions that don't - include this attribute make no assumptions about the value of `vscale`. + include this attribute make no assumptions about the range of `vscale`. ``nooutline`` This attribute indicates that outlining passes should not modify the function.