diff --git a/doc/examples/operator__notequal.link b/doc/examples/operator__notequal.link
index fa7acee88..bf3690926 100644
--- a/doc/examples/operator__notequal.link
+++ b/doc/examples/operator__notequal.link
@@ -1 +1 @@
-online
\ No newline at end of file
+online
\ No newline at end of file
diff --git a/doc/examples/operator__notequal.output b/doc/examples/operator__notequal.output
index 9eba626e3..6cbc0e8e6 100644
--- a/doc/examples/operator__notequal.output
+++ b/doc/examples/operator__notequal.output
@@ -1,4 +1,4 @@
-[1,2,3] == [1,2,4] true
-{"A":"a","B":"b"} == {"A":"a","B":"b"} false
-17 == 17.0 false
-"foo" == "bar" true
+[1,2,3] != [1,2,4] true
+{"A":"a","B":"b"} != {"A":"a","B":"b"} false
+17 != 17.0 false
+"foo" != "bar" true