Skip to content

Commit a7ac21d

Browse files
tfrauensteinePaul
andauthored
Apply suggestion from @ePaul
Co-authored-by: Paŭlo Ebermann <[email protected]>
1 parent 33f3769 commit a7ac21d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/compatibility.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ To avoid these issues, we recommend to use `enum` only if
309309
In all other cases, where additional values are imaginable our recommendation is this:
310310

311311
* Use `examples` with the list of (currently known) values
312-
* Put "Extensible enum" in the description.
312+
* Add `[Extensible enum](https://opensource.zalando.com/restful-api-guidelines/#112).` as a standard prefix to the description.
313313

314314
This indicates that only the listed values are currently possible, but
315315
consumers need to be aware that this list can be extended without notice

0 commit comments

Comments
 (0)