@typespec/compiler 0.44.0-dev.13 → 0.44.0-dev.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/manifest.js +1 -1
- package/lib/decorators.tsp +1 -1
- package/package.json +1 -1
package/dist/manifest.js
CHANGED
package/lib/decorators.tsp
CHANGED
|
@@ -96,7 +96,7 @@ extern dec error(target: Model);
|
|
|
96
96
|
|
|
97
97
|
/**
|
|
98
98
|
* Specify a known data format hint for this string type. For example `uuid`, `uri`, etc.
|
|
99
|
-
* This
|
|
99
|
+
* This differs from the `@pattern` decorator which is meant to specify a regular expression while `@format` accepts a known format name.
|
|
100
100
|
* The format names are open ended and are left to emitter to interpret.
|
|
101
101
|
*
|
|
102
102
|
* @param format format name.
|