Skip to content

Commit

Permalink
Update Primitives.md
Browse files Browse the repository at this point in the history
Updated broken link
  • Loading branch information
nerodesu017 authored Sep 24, 2024
1 parent 817cbbd commit 1f73b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/tutorial/Primitives.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ var f = '\xFF'; // == 255

Virgil automatically promotes smaller-width integer values to larger-width integer values when necessary.
Such a promotion does not change the _value_ of an integer, just its representation.
For more information on how numbers relate to their representations, see (here)[Numbers.md].
For more information on how numbers relate to their representations, see [here](Numbers.md).
The most common example is extending `byte` values to `int` values where necessary, zero-extending them.


Expand Down

0 comments on commit 1f73b01

Please sign in to comment.