Skip to content

Commit

Permalink
docs(example): updated interpolation example with new fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sisypheus-dev committed May 18, 2024
1 parent 721a486 commit 987e05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/interpolation.plm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
fn welcome(name: str): unit {
fn welcome(name: str) {
println("Hello, $name!")
}

Expand Down

0 comments on commit 987e05c

Please sign in to comment.