Skip to content

Commit e0e7e2d

Browse files
authored
chore: changing api guidelines title
1 parent 4dfae99 commit e0e7e2d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/kr.tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@
401401
<toc-element id="edu-tools-learner.md" toc-title="Learn Kotlin"/>
402402
<toc-element id="edu-tools-educator.md" toc-title="Teach Kotlin"/>
403403
</toc-element>
404-
<toc-element toc-title="Library creators' guidelines">
404+
<toc-element toc-title="Library authors' guidelines">
405405
<include from="kl" target="api-guidelines" origin="api-guidelines"/>
406406
</toc-element>
407407
</toc-element>

docs/topics/coding-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,4 +1143,4 @@ When writing libraries, it's recommended to follow an additional set of rules to
11431143
* Provide [KDoc](kotlin-doc.md) comments for all public members, except for overrides that do not require any new documentation
11441144
(to support generating documentation for the library)
11451145

1146-
Learn more about best practices and ideas to consider when writing an API for your library in [library creators' guidelines](api-guidelines-introduction.md).
1146+
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 commit comments

Comments
 (0)