Skip to content

Commit

Permalink
chore: changing api guidelines title
Browse files Browse the repository at this point in the history
  • Loading branch information
daniCsorbaJB authored Jun 12, 2024
1 parent 4dfae99 commit e0e7e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/kr.tree
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@
<toc-element id="edu-tools-learner.md" toc-title="Learn Kotlin"/>
<toc-element id="edu-tools-educator.md" toc-title="Teach Kotlin"/>
</toc-element>
<toc-element toc-title="Library creators' guidelines">
<toc-element toc-title="Library authors' guidelines">
<include from="kl" target="api-guidelines" origin="api-guidelines"/>
</toc-element>
</toc-element>
Expand Down
2 changes: 1 addition & 1 deletion docs/topics/coding-conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1143,4 +1143,4 @@ When writing libraries, it's recommended to follow an additional set of rules to
* Provide [KDoc](kotlin-doc.md) comments for all public members, except for overrides that do not require any new documentation
(to support generating documentation for the library)

Learn more about best practices and ideas to consider when writing an API for your library in [library creators' guidelines](api-guidelines-introduction.md).
Learn more about best practices and ideas to consider when writing an API for your library in the [Library authors' guidelines](api-guidelines-introduction.md).

0 comments on commit e0e7e2d

Please sign in to comment.