aboutsummaryrefslogtreecommitdiffstats
path: root/lib/edoc/src/edoc_wiki.erl
diff options
context:
space:
mode:
authorHans Bolinder <[email protected]>2013-02-20 09:27:40 +0100
committerHans Bolinder <[email protected]>2013-02-20 09:27:40 +0100
commit7b8c2514f765d0769902ec828b7aedd075210ca9 (patch)
tree9bb10186e23fdb8ff988d162ac5bd31ab3baebe6 /lib/edoc/src/edoc_wiki.erl
parentebc66af659af6f33847e1603c5f2257d5379eaf4 (diff)
parentd36e25df20fe0bf7490bae57de17fc882b10a25c (diff)
downloadotp-7b8c2514f765d0769902ec828b7aedd075210ca9.tar.gz
otp-7b8c2514f765d0769902ec828b7aedd075210ca9.tar.bz2
otp-7b8c2514f765d0769902ec828b7aedd075210ca9.zip
Merge branch 'hb/stdlib/unicode_corrections/OTP-10820'
* hb/stdlib/unicode_corrections/OTP-10820: Use ~ts for filenames
Diffstat (limited to 'lib/edoc/src/edoc_wiki.erl')
-rw-r--r--lib/edoc/src/edoc_wiki.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edoc/src/edoc_wiki.erl b/lib/edoc/src/edoc_wiki.erl
index cc0529d2a9..5d0d78bf3c 100644
--- a/lib/edoc/src/edoc_wiki.erl
+++ b/lib/edoc/src/edoc_wiki.erl
@@ -295,7 +295,7 @@ expand_uri([], _, L, _Ss, Us, _As) ->
expand_uri_error(Us, L) ->
{Ps, _} = edoc_lib:split_at(lists:reverse(Us), $:),
- throw_error(L, {"reference '[~s:...' ended unexpectedly", [Ps]}).
+ throw_error(L, {"reference '[~ts:...' ended unexpectedly", [Ps]}).
push_uri(Us, Ss, As) ->