Skip to content

Commit

Permalink
Merge branch 'main' into ranocha-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ranocha authored Jan 4, 2024
2 parents f53bb7f + 73681d7 commit d96185b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/SpellCheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
- name: Checkout Actions Repository
uses: actions/checkout@v4
- name: Check spelling
uses: crate-ci/[email protected].23
uses: crate-ci/[email protected].26
2 changes: 1 addition & 1 deletion docs/src/CheatSheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Shown here is the use of the function `new`, which is a shortcut to the full fun
## [Manual Refinement](@id cs-manual-refinement)

```
r = newRefinementCenter(name, center, gridSize, radius)
r = newRefinementCenter(name, type, center, gridSize, radius)
r = newRefinementLine(name, type, startPoint, endPoint, gridSize, width)
```

Expand Down

0 comments on commit d96185b

Please sign in to comment.