Skip to content

Commit 7f36897

Browse files
committed
Symbols.md: fix typo
1 parent 188602f commit 7f36897

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Writerside/topics/Symbols.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ focuses on syntactic structure).
2626

2727
### Resolved types
2828

29-
While a `KtCallableDeclaration` can provide the declared type of a function or property, `KaSymbol` provides the *
30-
*resolved type**, which takes into account imports, aliases, and other parts of the lexical context.
29+
While a `KtCallableDeclaration` can provide the declared type of a function or property, `KaSymbol` provides the
30+
**resolved type**, which takes into account imports, aliases, and other parts of the lexical context.
3131

3232
In the following function, the PSI can only say that the `text` parameter has some type called `String`, while the
3333
The Analysis API can check that it indeed is `kotlin.String`, and not something like `my.app.String`.

0 commit comments

Comments
 (0)