Fixed markup in go-to-symbol example

This commit is contained in:
Hackerpilot 2013-11-06 19:16:19 -08:00
parent 5cba44be86
commit 623f4f060a
1 changed files with 2 additions and 1 deletions

View File

@ -115,7 +115,8 @@ to return the path to the file and the byte offset of the declaration of the
symbol at the given cursor position. symbol at the given cursor position.
The output consists of the absolute path to the file followed by a tab character The output consists of the absolute path to the file followed by a tab character
followed by the byte offset, folled by a newline character. For example followed by the byte offset, folled by a newline character. For example:
/home/example/src/project/bar.d 3482 /home/example/src/project/bar.d 3482
#Server #Server