Skip to content

Commit

Permalink
feat(docs): update docs (#645)
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/6469684452

------

*Automatically created via the "update-docs" workflow*
  • Loading branch information
monadabot authored Oct 10, 2023
1 parent c7fd3dd commit f7f0c47
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions versioned_docs/version-latest/03-language-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -538,10 +538,11 @@ log("UTC: ${t1.utc.toIso())}"); // output: 2023-02-09T06:21:03.000Z
### 1.2 Utility Functions
| Name | Extra information |
| -------- | ----------------------------------------------------- |
| `log` | logs str |
| `assert` | checks a condition and _throws_ if evaluated to false |
| Name | Extra information |
| ------------ | ----------------------------------------------------- |
| `log` | logs str |
| `assert` | checks a condition and _throws_ if evaluated to false |
| `unsafeCast` | cast a value into a different type |
> ```TS
> log("Hello ${name}");
Expand Down

1 comment on commit f7f0c47

@vercel
Copy link

@vercel vercel bot commented on f7f0c47 Oct 10, 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.