From 3e20d170cdcf407c04c894aecef6e950340a044d Mon Sep 17 00:00:00 2001 From: Roman Fursov Date: Mon, 25 Mar 2024 21:11:26 +0100 Subject: [PATCH 1/2] Fix typo in "Strong Consistency" section of 0121.md document. --- aip/general/0121.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aip/general/0121.md b/aip/general/0121.md index d8c1a68ac2..83f3c063e1 100644 --- a/aip/general/0121.md +++ b/aip/general/0121.md @@ -102,9 +102,9 @@ mean that the state of the resource's existence and all user-settable values have reached a steady-state. [output only][] values unrelated to the resource [state][] **should** also have -reached a steady-state. for values that are related to the resource [state][]. +reached a steady-state. -Examples include: +For values that are related to the resource [state][], examples include: - Following a successful create that is is latest mutation on a resource, a get request for a resource **must** return the resource. @@ -187,4 +187,4 @@ and in turn do not increase resource management complexity. - **2022-12-19**: Added a section requiring Get and List. - **2022-11-02**: Added a section restricting resource references. - **2019-08-01**: Changed the examples from "shelves" to "publishers", to - present a better example of resource ownership. \ No newline at end of file + present a better example of resource ownership. From dfbd8804b770e02fa519c86a49b51db2989c1bf7 Mon Sep 17 00:00:00 2001 From: Roman Fursov Date: Tue, 26 Mar 2024 07:09:59 +0100 Subject: [PATCH 2/2] Fix typo "is is" -> "is the" --- aip/general/0121.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aip/general/0121.md b/aip/general/0121.md index 83f3c063e1..eb7f4cf3f4 100644 --- a/aip/general/0121.md +++ b/aip/general/0121.md @@ -106,7 +106,7 @@ reached a steady-state. For values that are related to the resource [state][], examples include: -- Following a successful create that is is latest mutation on a resource, a get +- Following a successful create that is the latest mutation on a resource, a get request for a resource **must** return the resource. - Following a successful update that is the latest mutation on a resource, a get request for a resource **must** return the final values from the update