Skip to content

Commit

Permalink
fix typo (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
LasNikas authored Nov 16, 2023
1 parent b0b7742 commit e2931d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schemes/boundary/system.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
System for boundaries modeled by boundary particles.
The interaction between fluid and boundary particles is specified by the boundary model.
For moving boundaries, a [`BoundaryMovement`](@ref)) can be passed with the keyword
For moving boundaries, a [`BoundaryMovement`](@ref) can be passed with the keyword
argument `movement`.
"""
struct BoundarySPHSystem{BM, NDIMS, ELTYPE <: Real, M, C} <: System{NDIMS}
Expand Down

0 comments on commit e2931d3

Please sign in to comment.