Skip to content

Commit

Permalink
Clarify change in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 16, 2023
1 parent 4334292 commit ea3d88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/kotlinpoet.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CodeBlock {

However, these builder functions are not always called builder; for example, the TypeSpec builder has different types
like `TypeSpec.classBuilder()` or `TypeSpec.interfaceBuilder()`.
In this DSL, these are top-level factory functions, with the name
In this DSL, these become extensions of the corresponding spec class with the name
of the builder type (the part of the function name before `Builder`).

```kotlin
Expand Down

0 comments on commit ea3d88a

Please sign in to comment.