diff --git a/doc_src/cmds/test.rst b/doc_src/cmds/test.rst
index 47a27afb9..506f86323 100644
--- a/doc_src/cmds/test.rst
+++ b/doc_src/cmds/test.rst
@@ -231,7 +231,7 @@ which is logically equivalent to the following:
Standards
---------
-Unlike many things in fish, ``test`` implements a subset of the `IEEE Std 1003.1-2008 (POSIX.1) standard `__. The following exceptions apply:
+Unlike many things in fish, ``test`` implements a subset of the `IEEE Std 1003.1-2008 (POSIX.1) standard `__. The following exceptions apply:
- The ``<`` and ``>`` operators for comparing strings are not implemented.