Skip to content

Commit fcf5861

Browse files
trivikrkstich
authored andcommitted
Update namespace comment for NonErrorStructure
1 parent 262ab30 commit fcf5861

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/StructureGenerator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,8 @@ public void run() {
7777
* }
7878
*
7979
* export namespace Person {
80-
* export const ID = "smithy.example#Person";
8180
* export function isa(o: any): o is Person {
82-
* return __isa(o, ID);
81+
* return __isa(o, "Person");
8382
* }
8483
* }
8584
* }</pre>

0 commit comments

Comments
 (0)