The documentation for the built-in @format decorator from the standard library is incomplete, and cuts off mid-sentence:
https://github.com/microsoft/typespec/blob/main/docs/standard-library/built-in-decorators.md?plain=1#L108-L111
For example uuid, uri, etc. This differ from the
I haven't found the source implementation of this decorator, so I don't know if the error is in the original source or how that's extracted to the docs.
The documentation for the built-in
@formatdecorator from the standard library is incomplete, and cuts off mid-sentence:https://github.com/microsoft/typespec/blob/main/docs/standard-library/built-in-decorators.md?plain=1#L108-L111
I haven't found the source implementation of this decorator, so I don't know if the error is in the original source or how that's extracted to the docs.