Skip to content

Commit

Permalink
Merge pull request #1 from korbexmachina/Typos-in-README.md
Browse files Browse the repository at this point in the history
doc: Fix typos in README.md
  • Loading branch information
korbexmachina authored Mar 26, 2024
2 parents d58a6c6 + 4cf1fb3 commit 5e3d55b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import gcalc
pub fn main() {
let x = 2.0
let y = 4.0
let z = alg.pow(x, y)
let z = gcalc.pow(x, y)
io.debug(z)
// Ok(16.0)
Expand All @@ -23,7 +23,7 @@ pub fn main() {
|> io.debug
// Ok(4.000000000000051)
alg.factorial(y)
gcalc.factorial(y)
|> io.debug
// Ok(24.0)
}
Expand Down

0 comments on commit 5e3d55b

Please sign in to comment.