Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2022-12-12 08:28:45 +0300
committerEvan Read <eread@gitlab.com>2022-12-12 08:28:45 +0300
commitf421468f87b51bf6123a141707c5b25d6e9467f4 (patch)
tree54e3015c0efcf589446f3b9f1b73fcf7c1779f21 /STYLE.md
parent06432c3acc8904f6bd48a0c3a29a912ed185eb27 (diff)
Further edit of content
Diffstat (limited to 'STYLE.md')
-rw-r--r--STYLE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/STYLE.md b/STYLE.md
index 3f375c0fc..7f6c8c70b 100644
--- a/STYLE.md
+++ b/STYLE.md
@@ -139,7 +139,7 @@ The gRPC framework allows for a [richer error model](https://grpc.io/docs/guides
With this error model, the server can attach structured Protobuf messages to
errors returned to the client. These Protobuf messages can be extracted on the
client side to allow more fine-grained error handling. Error details should be
-added to an error when it is known that the client side needs to base its
+added to an error when you know that the client side needs to base its
behavior on the specific error that has occured.
For an RPC `Frobnicate()`, the error details should be of the message type