Skip to content

Commit

Permalink
fix typo and ignore wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha committed Oct 7, 2023
1 parent c2ff778 commit 2000acc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .typos.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

[files]
# ignore possible typos in the wrappers generated automatically
extend-exclude = ["src/LibP4est.jl"]
2 changes: 1 addition & 1 deletion docs/src/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ p4est_connectivity_destroy(connectivity)
p4est_destroy(p4est)
```

You may also use the `PonterWrapper` to set variables in `struct`s. Here we
You may also use the `PointerWrapper` to set variables in `struct`s. Here we
set the user data pointer in the `p4est_t` `struct` to point to some data:
```@repl
using P4est, MPI; MPI.Init()
Expand Down

0 comments on commit 2000acc

Please sign in to comment.