Skip to content

Commit

Permalink
doc: correct consistency reference in doc string (#182)
Browse files Browse the repository at this point in the history
* doc: correct consistency reference in doc string

* chore: remove dx from codeowners as we're moving off feature branch
  • Loading branch information
ewanharris authored Jul 17, 2024
1 parent da3b049 commit 3014a86
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
* @openfga/backend @openfga/dx
* @openfga/backend
docs/ @openfga/dx @openfga/docs
2 changes: 1 addition & 1 deletion docs/openapiv2/apidocs.swagger.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion openfga/v1/openfga_service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ service OpenFGAService {
enum ConsistencyPreference {
// Default if not set. Behavior will be the same as MINIMIZE_LATENCY
UNSPECIFIED = 0;
// Minimize latency at the potential expense of higher consistency.
// Minimize latency at the potential expense of lower consistency.
MINIMIZE_LATENCY = 100;
// Prefer higher consistency, at the potential expense of increased latency.
HIGHER_CONSISTENCY = 200;
Expand Down
2 changes: 1 addition & 1 deletion proto/openfga/v1/openfga_service.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3014a86

Please sign in to comment.