Skip to content

Commit dc9931a

Browse files
authored
Fix spelling mistake in custom_commands.md (#1933)
1 parent 0e54eef commit dc9931a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/custom_commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def process-list [] {
8080
:::
8181

8282
::: details Suppressing the return value
83-
You'll often want to create a custom command that acts as a _statement_ rather than an expression, and doesn't return a a value.
83+
You'll often want to create a custom command that acts as a _statement_ rather than an expression, and doesn't return a value.
8484

8585
You can use the `ignore` keyword in this case:
8686

0 commit comments

Comments
 (0)