Skip to content

Commit

Permalink
feat(docs): update docs (#620)
Browse files Browse the repository at this point in the history
feat(docs): update docs

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*
  • Loading branch information
monadabot authored Sep 21, 2023
1 parent af47c7a commit 5712c77
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

1 comment on commit 5712c77

@vercel
Copy link

@vercel vercel bot commented on 5712c77 Sep 21, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.