some typos.

This commit is contained in:
Fang Liu
2025-07-02 09:26:04 +08:00
parent 071a495010
commit bc71a0b9d7
4 changed files with 8 additions and 8 deletions

View File

@@ -125,7 +125,7 @@ Then we can define an alternative method with just a single variable and use spl
j(v) = j(v...)
```
The we can call `j` with a vector or point:
Then we can call `j` with a vector or point:
```{julia}