Skip to content

Commit

Permalink
fix(docs): broken link in strings section (#4028)
Browse files Browse the repository at this point in the history
Closes winglang/docsite#586

## Checklist

- [ ] Title matches [Winglang's style guide](https://www.winglang.io/contributing/start-here/pull_requests#how-are-pull-request-titles-formatted)
- [ ] Description explains motivation and solution
- [ ] Tests added (always)
- [ ] Docs updated (only required for features)
- [ ] Added `pr/e2e-full` label if this feature requires end-to-end testing

*By submitting this pull request, I confirm that my contribution is made under the terms of the [Wing Cloud Contribution License](https://github.com/winglang/wing/blob/main/CONTRIBUTION_LICENSE.md)*.
  • Loading branch information
Chriscbr authored Aug 31, 2023
1 parent 60ae422 commit 33165cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/03-language-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -1964,7 +1964,7 @@ assert(cat1 != dog); // compile time error (can't compare different types)
### 6.2 Strings
String reference doc is available [here](https://www.winglang.io/docs/language-guide/language-reference#61-strings).
String reference doc is available [here](https://www.winglang.io/docs/standard-library/std/api-reference#string-).
Type of string is UTF-16 internally.
All string declaration variants are multi-line.
Expand Down

0 comments on commit 33165cf

Please sign in to comment.