Skip to content

Commit

Permalink
Fix doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikpersson authored and ting-yuan committed May 28, 2024
1 parent d0b01b5 commit df1a1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/main/kotlin/com/google/devtools/ksp/utils.kt
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ fun Resolver.getPropertyDeclarationByName(name: String, includeTopLevel: Boolean
/**
* Find the containing file of a KSNode.
* @return KSFile if the given KSNode has a containing file.
* exmample of symbols without a containing file: symbols from class files, synthetic symbols craeted by user.
* exmample of symbols without a containing file: symbols from class files, synthetic symbols created by user.
*/
val KSNode.containingFile: KSFile?
get() {
Expand Down

0 comments on commit df1a1af

Please sign in to comment.