@typespec/spector 0.1.0-alpha.11-dev.0 → 0.1.0-alpha.11-dev.1
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/lib/main.tsp +1 -1
- package/package.json +1 -1
- package/temp/.tsbuildinfo +1 -1
package/lib/main.tsp
CHANGED
|
@@ -23,7 +23,7 @@ extern dec scenarioService(
|
|
|
23
23
|
/**
|
|
24
24
|
* Mark an operation, interface or namespace as a scenario. All containing operations will be part of the same scenario.
|
|
25
25
|
*/
|
|
26
|
-
extern dec scenario(target: Namespace | Interface | Operation, name?: valueof string);
|
|
26
|
+
extern dec `scenario`(target: Namespace | Interface | Operation, name?: valueof string);
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
29
|
* Specify documentation on how to implement this scenario.
|