Skip to content

Commit 536b324

Browse files
committed
Merge pull request #301 from leifwickland/patch-1
Fix a typo.
2 parents 3efef1e + 28cd1b1 commit 536b324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

overviews/reflection/typetags-manifests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Like `Manifest`s, `TypeTag`s are always generated by the compiler, and can be ob
3939

4040
### via the Methods `typeTag`, `classTag`, or `weakTypeTag`
4141

42-
Once can directly obtain a `TypeTag` for a specific type by simply using
42+
One can directly obtain a `TypeTag` for a specific type by simply using
4343
method `typeTag`, available through `Universe`.
4444

4545
For example, to obtain a `TypeTag` which represents `Int`, we can do:

0 commit comments

Comments
 (0)