diff --git a/clang/include/clang/Basic/AttrDocs.td b/clang/include/clang/Basic/AttrDocs.td --- a/clang/include/clang/Basic/AttrDocs.td +++ b/clang/include/clang/Basic/AttrDocs.td @@ -4170,8 +4170,8 @@ let Content = [{ Clang supports the ``__attribute__((exported))`` attribute for the WebAssembly target. This attribute may be attached to a -function declaration, where it causes the be exported from the linked -WebAssembly module. +function declaration, where it causes the symbol to be exported from the +linked WebAssembly module. }]; }