Skip to content

Commit ceda03d

Browse files
committed
Add missing word "the".
1 parent b2d401f commit ceda03d

File tree

1 file changed

+1
-1
lines changed
  • src/doc/rustc/src/symbol-mangling

1 file changed

+1
-1
lines changed

src/doc/rustc/src/symbol-mangling/v0.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ It has the following properties:
55

66
- It provides an unambiguous string encoding for everything that can end up in a binary's symbol table.
77
- It encodes information about generic parameters in a reversible way.
8-
- The mangled symbols are *decodable* such that demangled form should be easily identifiable as some concrete instance of e.g. a polymorphic function.
8+
- The mangled symbols are *decodable* such that the demangled form should be easily identifiable as some concrete instance of e.g. a polymorphic function.
99
- It has a consistent definition that does not rely on pretty-printing certain language constructs.
1010
- Symbols can be restricted to only consist of the characters `A-Z`, `a-z`, `0-9`, and `_`.
1111
This helps ensure that it is platform-independent,

0 commit comments

Comments
 (0)