Skip to content

Commit 3a4d547

Browse files
authored
Correct typo
1 parent 11f652b commit 3a4d547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indent.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ julia> indent(" a\\n \\n b", 2)
1212
" a\\n \\n b"
1313
```
1414
15-
See also `Base.unintent` and `Base.indentation`.
15+
See also `Base.unindent` and `Base.indentation`.
1616
"""
1717
function indent(str::AbstractString, n::Int)
1818
n == 0 && return str

0 commit comments

Comments
 (0)