Skip to content

Commit

Permalink
editorial: fix Script.InternalId type
Browse files Browse the repository at this point in the history
  • Loading branch information
Lightning00Blade authored and jgraham committed Nov 7, 2023
1 parent 7fef95c commit 98b102b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -7149,7 +7149,7 @@ script.RemoteValue = (
script.WindowProxyRemoteValue
)

script.InternalId = js-uint;
script.InternalId = text;

script.ListRemoteValue = [*script.RemoteValue];

Expand Down

0 comments on commit 98b102b

Please sign in to comment.