Skip to content

Commit 367754c

Browse files
authored
chore(AIP-129): change state-driven to declarative in text (#1350)
1 parent 54c6246 commit 367754c

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

aip/general/0129.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,15 +89,15 @@ annotation.
8989
## Rationale
9090

9191
Server-modified and default values often make it harder to implement
92-
[state-driven clients](state-driven-clients). These clients are often unable to
92+
[declarative clients][]. These clients are often unable to
9393
tell when their desired state matches the current state for these fields, as the
9494
rules by which a server may modify and return values are complex, not public,
9595
and not repeatable.
9696

9797
### Rationale for Single Owner Fields
9898

9999
When fields do not have a single owner they can cause issues for
100-
[state-driven clients](state-driven-clients). These clients may attempt to set
100+
[declarative clients][]. These clients may attempt to set
101101
values for fields that are overwritten by server set values, leading to the
102102
client entering an infinite loop to correct the change.
103103

@@ -145,5 +145,4 @@ service to validate it was set correctly.
145145

146146
<!-- prettier-ignore-start -->
147147
[aip-180]: ./0180.md
148-
[state-driven-clients]: ./009.md#state-driven-clients
149148
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)