docs(scalar): fix typo

This commit is contained in:
davhojt 2022-08-02 17:27:40 +03:00 committed by Dav Hojt
parent 31b4331600
commit 9848384faa
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ Create the following **functions**, which each accept two parameters:
```rust
pub fn sum(a: X , b: X) -> X {
pub fn sum(a: X, b: X) -> X {
}