Skip to content

Commit

Permalink
feat(docs): update docs
Browse files Browse the repository at this point in the history
Updates the Wing docs. See details in [workflow run].

[Workflow Run]: https://github.com/winglang/docsite/actions/runs/6267685871

------

*Automatically created via the "update-docs" workflow*

Signed-off-by: monabot <[email protected]>
  • Loading branch information
monadabot committed Sep 21, 2023
1 parent af47c7a commit ba4806a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions versioned_docs/version-latest/03-language-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1094,10 +1094,10 @@ Execution model currently is delegated to the JSII target. This means if you are
targeting JSII with Node, Wing will use the event based loop that Node offers.
In Wing, writing and executing at root block scope level is forbidden except for
in entrypoint files (designated by `main.w` or `*.main.w`). Root block scope is
considered special and compiler generates special instructions to properly
assign all preflight classes to their respective scopes recursively down the
constructs tree based on entry.
in entrypoint files (designated by `main.w`, `*.main.w` or `*.test.w`).
Root block scope is considered special and compiler generates special instructions
to properly assign all preflight classes to their respective scopes recursively
down the constructs tree based on entry.
Within the entrypoint file, a root preflight class is made available for all
subsequent preflight classes that are initialized and instantiated. The type of
Expand Down

0 comments on commit ba4806a

Please sign in to comment.