Skip to content

Commit 6fe067c

Browse files
Update _overviews/scala3-contribution/arch-symbols.md
Co-authored-by: Dale Wijnand <[email protected]>
1 parent 1dbc721 commit 6fe067c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_overviews/scala3-contribution/arch-symbols.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ Symbols are references to definitions (e.g. of variables, fields, classes). Symb
6969
`NoSymbol` is used to indicate the lack of a symbol.
7070

7171
Symbols uniquely identify definitions, but they don't say what the definitions *mean*. To understand the meaning of a symbol
72-
we need to look at its *denotation* (spefically for symbols, a `SymDenotation`).
72+
we need to look at its *denotation* (specially for symbols, a `SymDenotation`).
7373

7474
Symbols can not only represent terms, but also types (hence the `isTerm`/`isType` methods in the `Symbol` class).
7575

0 commit comments

Comments
 (0)