Skip to content

Commit

Permalink
Fix Function naming rule code example (#2668)
Browse files Browse the repository at this point in the history
Co-authored-by: TBSten <TBSten@users.noreply.github.com>
  • Loading branch information
k-taro56 and TBSten committed May 22, 2024
1 parent 7d0536a commit f6a6b54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion documentation/release-latest/docs/rules/standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ Enforce naming of function.

fun fooBar() {}

fun `fun` {} // Any keyword is allowed when wrapped between backticks
fun `fun`() {} // Any keyword is allowed when wrapped between backticks
```
=== "[:material-heart:](#) Ktlint Test"

Expand Down
2 changes: 1 addition & 1 deletion documentation/snapshot/docs/rules/standard.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ Enforce naming of function.

fun fooBar() {}

fun `fun` {} // Any keyword is allowed when wrapped between backticks
fun `fun`() {} // Any keyword is allowed when wrapped between backticks
```
=== "[:material-heart:](#) Ktlint Test"

Expand Down

0 comments on commit f6a6b54

Please sign in to comment.