##// END OF EJS Templates
Backport PR #4488: fix typo in message spec doc...
MinRK -
Show More
@@ -628,7 +628,7 b' Message type: ``complete_reply``::'
628 # this is typically the common prefix of the matches,
628 # this is typically the common prefix of the matches,
629 # and the text that is already in the block that would be replaced by the full completion.
629 # and the text that is already in the block that would be replaced by the full completion.
630 # This would be 'a.is' in the above example.
630 # This would be 'a.is' in the above example.
631 'text' : str,
631 'matched_text' : str,
632
632
633 # status should be 'ok' unless an exception was raised during the request,
633 # status should be 'ok' unless an exception was raised during the request,
634 # in which case it should be 'error', along with the usual error message content
634 # in which case it should be 'error', along with the usual error message content
General Comments 0
You need to be logged in to leave comments. Login now