Skip to content

Commit

Permalink
docstring typos
Browse files Browse the repository at this point in the history
Co-authored-by: Dennis Ogiermann <[email protected]>
  • Loading branch information
AbdAlazezAhmed and termi-official authored May 3, 2023
1 parent cd10c2f commit 8d3009e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grid/grid.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1223,7 +1223,7 @@ Set{FaceIndex} with 12 elements:
"""
addboundaryfaceset!
"""
addboundaryedgeset!(grid::AbstractGrid, topology::ExclusiveTopology, name::String, f::Function; all::Bool=true) =
addboundaryedgeset!(grid::AbstractGrid, topology::ExclusiveTopology, name::String, f::Function; all::Bool=true)
Adds a boundary edgeset to the grid with key `name`.
An edgeset maps a `String` key to a `Set` of tuples corresponding to `(global_cell_id, local_edge_id)`.
Expand Down

0 comments on commit 8d3009e

Please sign in to comment.