Skip to content

Commit da61111

Browse files
committed
Fixed wording around codecomplete def
1 parent a2ffcfb commit da61111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/SourceKit/docs/Protocol.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ provided.
4040

4141
| Request Name | Request Key | Description |
4242
| -------------:|:------------|:------------|
43-
| `codecomplete` | `codecomplete` | Open a code-completion session for the given input file and offset, and return the initial list of completions. |
43+
| `codecomplete` | `codecomplete` | Returns a list of completions. |
4444
| `open` | `codecomplete.open` | Given a file will open a code-completion session which can be filtered using `codecomplete.update`. Each session must be closed using `codecomplete.close`. |
4545

4646
### Request

0 commit comments

Comments
 (0)