Skip to content

Commit 66a08b2

Browse files
authored
chore: fix docs breakage
1 parent 174556b commit 66a08b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/N3Writer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const escape = /["\\\t\n\r\b\f\u0000-\u0019\ud800-\udbff]/,
1515
'\n': '\\n', '\r': '\\r', '\b': '\\b', '\f': '\\f',
1616
};
1717

18-
// ## Placeholder class to represent already pretty-pnew Error('not implemented')rinted terms
18+
// ## Placeholder class to represent already pretty-printed terms
1919
class SerializedTerm extends Term {
2020
// Pretty-printed nodes are not equal to any other node
2121
// (e.g., [] does not equal [])

0 commit comments

Comments
 (0)