Skip to content

Commit

Permalink
deploy: 2751fe0
Browse files Browse the repository at this point in the history
  • Loading branch information
damirka committed May 4, 2024
1 parent 59fbb26 commit 9147da9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion move-basics/expression.html
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ <h2 id="literals"><a class="header" href="#literals">Literals</a></h2>
let c = vector[1, 2, 3]; // vector[] is a vector literal
</code></pre>
<h2 id="operators"><a class="header" href="#operators">Operators</a></h2>
<p>Ariphmetic, logical, and bitwise operators are used to perform operations on values. The result of
<p>Arithmetic, logical, and bitwise operators are used to perform operations on values. The result of
an operation is a value, so operators are also expressions.</p>
<pre><code class="language-move">let sum = 1 + 2; // 1 + 2 is an expression
let sum = (1 + 2); // the same expression with parentheses
Expand Down
2 changes: 1 addition & 1 deletion print.html
Original file line number Diff line number Diff line change
Expand Up @@ -1843,7 +1843,7 @@ <h2 id="literals"><a class="header" href="#literals">Literals</a></h2>
let c = vector[1, 2, 3]; // vector[] is a vector literal
</code></pre>
<h2 id="operators"><a class="header" href="#operators">Operators</a></h2>
<p>Ariphmetic, logical, and bitwise operators are used to perform operations on values. The result of
<p>Arithmetic, logical, and bitwise operators are used to perform operations on values. The result of
an operation is a value, so operators are also expressions.</p>
<pre><code class="language-move">let sum = 1 + 2; // 1 + 2 is an expression
let sum = (1 + 2); // the same expression with parentheses
Expand Down
2 changes: 1 addition & 1 deletion searchindex.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion searchindex.json

Large diffs are not rendered by default.

0 comments on commit 9147da9

Please sign in to comment.