Skip to content

Commit 8e4a37d

Browse files
committed
Work around asciidoc unicode awfulness
Closes marijnh#227
1 parent 5a039bc commit 8e4a37d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

20_node.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -854,8 +854,8 @@ function respondErrorOrNothing(respond) {
854854
----
855855

856856
(((204 (HTTP status code))))(((body (HTTP))))When an ((HTTP))
857-
((response)) does not contain any data, the status code 204 (“no
858-
content”) can be used to indicate this. Since we need to provide
857+
((response)) does not contain any data, the status code 204
858+
“no content” can be used to indicate this. Since we need to provide
859859
callbacks that either report an error or return a 204 response in a
860860
few different situations, I wrote a `respondErrorOrNothing` function
861861
that creates such a callback.

0 commit comments

Comments
 (0)