Skip to content

Commit

Permalink
Atualizar o about.html
Browse files Browse the repository at this point in the history
  • Loading branch information
luizbills authored May 9, 2024
1 parent e212c56 commit fea8615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ <h2><a id="math">Math</a></h2>
chance(p: number): boolean

// Choose a random item from a Array
choose(arr: Array<T>): T
choose(arr: Array&lt;T&gt;): T

// Calculates a linear (interpolation) value over `t`.
// example: lerp(0, 50, 0.5) returns 25
Expand Down

0 comments on commit fea8615

Please sign in to comment.