We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11f652b commit 3a4d547Copy full SHA for 3a4d547
src/indent.jl
@@ -12,7 +12,7 @@ julia> indent(" a\\n \\n b", 2)
12
" a\\n \\n b"
13
```
14
15
-See also `Base.unintent` and `Base.indentation`.
+See also `Base.unindent` and `Base.indentation`.
16
"""
17
function indent(str::AbstractString, n::Int)
18
n == 0 && return str
0 commit comments