diff options
| author | Elijah Newren <newren@gmail.com> | 2023-10-08 06:45:09 +0000 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2023-10-09 12:06:29 -0700 |
| commit | ce14cc0b00098201f967346955804abd774174ea (patch) | |
| tree | 87da2bbac39b08973b8a5e3944ddf7a21141a392 /Documentation/gitprotocol-capabilities.txt | |
| parent | 859a6d6045e338a337cb7499100b1fa31c367fbf (diff) | |
| download | git-ce14cc0b00098201f967346955804abd774174ea.tar.xz | |
documentation: fix subject/verb agreement
Diff best viewed with --color-diff.
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/gitprotocol-capabilities.txt')
| -rw-r--r-- | Documentation/gitprotocol-capabilities.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/gitprotocol-capabilities.txt b/Documentation/gitprotocol-capabilities.txt index 9adda577e5..388846d92e 100644 --- a/Documentation/gitprotocol-capabilities.txt +++ b/Documentation/gitprotocol-capabilities.txt @@ -30,7 +30,7 @@ to be in effect. The client MUST NOT ask for capabilities the server did not say it supports. Server MUST diagnose and abort if capabilities it does not understand -was sent. Server MUST NOT ignore capabilities that client requested +were sent. Server MUST NOT ignore capabilities that client requested and server advertised. As a consequence of these rules, server MUST NOT advertise capabilities it does not understand. |
