Skip to content

Commit

Permalink
Fixes a typo in doc string.
Browse files Browse the repository at this point in the history
  • Loading branch information
kellertuer committed Jun 27, 2021
1 parent 8cab088 commit 516a43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EmbeddedManifold.jl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ struct TransparentIsometricEmbedding <: AbstractIsometricEmbeddingType end
A type to represent an explicit embedding of a [`AbstractManifold`](@ref) `M` of type `MT` embedded
into a manifold `N` of type `NT`.
!!!note
!!! note
This type is not required if a manifold `M` is to be embedded in one specific manifold `N`. One can then just implement
[`embed!`](@ref) and [`project!`](@ref). Only for a second –maybe considered non-default–
embedding, this type should be considered in order to dispatch on different embed
Expand Down

0 comments on commit 516a43e

Please sign in to comment.