Skip to content

Commit 70c20b3

Browse files
committed
Merge pull request #1041 from practicalswift/typo-fixes-20160121b
[gardening] Fix recently introduced typos
2 parents f102876 + 75e12ae commit 70c20b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/TypeReference.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Symbolic Type References
22

3-
*Symbolic type references* are compact represenations containing the
3+
*Symbolic type references* are compact representations containing the
44
minimum amount of information about type relationships primarily for the
55
purposes of reflection.
66

77
## Encoding
88

9-
Thees are encoded with a mostly textual mangling. Single characters
9+
These are encoded with a mostly textual mangling. Single characters
1010
denote the start of a mangling node but 32-bit integers can also be
1111
directly embedded.
1212

@@ -16,7 +16,7 @@ typeref-symbol ::= prefix typeref
1616
typeref ::= 'b' relative-offset-to-name // Builtin type
1717
typeref ::= 'n' relative-offset-to-metadata // Internal nominal type
1818
typeref ::= 'N' relative-offset-to-name // External nominal type
19-
typeref ::= 'g' relative-offset-to-metadata count typeref-list // Internal nound generic type
19+
typeref ::= 'g' relative-offset-to-metadata count typeref-list // Internal bound generic type
2020
typeref ::= 'G' relative-offset-to-name count typeref-list // External bound generic type
2121
typeref ::= '?' index depth // Generic parameter
2222
typeref ::= 't' num-elements typeref-list // Tuple type
@@ -25,7 +25,7 @@ typeref ::= 'p' has-class-constrained-flag? count protocol-list // Protocol com
2525
typeref ::= 'm' typeref // Metatype
2626
typeref ::= 'e' count protocol-list // Existential metatype
2727
28-
has-class-constrainged-flag ::= 'c'
28+
has-class-constrained-flag ::= 'c'
2929
3030
func-representation ::= 't' // Thin
3131
func-representation ::= 'T' // Thick

0 commit comments

Comments
 (0)