From b1b30fb828f8a6aaafb32625237b49952700c02a Mon Sep 17 00:00:00 2001 From: "Veronica K. B. Olsen" <1619840+vkbo@users.noreply.github.com> Date: Mon, 8 Jun 2020 17:09:23 +0200 Subject: [PATCH] Fixed typo in docs --- docs/source/interface.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/interface.rst b/docs/source/interface.rst index 8a2c140b..4b4a8662 100644 --- a/docs/source/interface.rst +++ b/docs/source/interface.rst @@ -87,7 +87,7 @@ Synopsis Feature The "Synopsis" column of the Outline View takes its information from a specially formatted comment. In order to flag a comment as a Synopsis, add the word "Synopsis:" as the first word of the comment. -The ";" is required, and "synopsis" is not case sensitive. +The ":" is required, and "synopsis" is not case sensitive. If it is correctly formatted, the syntax highlighter will indicate this by altering the colour of the word. .. note::