Skip to content

Commit 3eeaabc

Browse files
Marcel Hlopkogribozavr
andauthored
Update docs/ABI/Mangling.rst
Co-authored-by: Dmitri Gribenko <[email protected]>
1 parent f23898a commit 3eeaabc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ABI/Mangling.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1133,9 +1133,9 @@ module:
11331133

11341134
typedef MagicWrapper<MagicNumber> WrappedMagicNumber;
11351135

1136-
``WrappedMagicNumber`` will be imported as a typealias for a struct
1136+
``WrappedMagicNumber`` is imported as a typealias for struct
11371137
``__CxxTemplateInst12MagicWrapperI11MagicNumberE``. Interface of the imported
1138-
module will look as follows:
1138+
module looks as follows:
11391139

11401140
.. code-block:: swift
11411141

0 commit comments

Comments
 (0)