Skip to content

Commit

Permalink
doc: fix doc of CompositionMapping
Browse files Browse the repository at this point in the history
Fixes a minor index error in the documentation.
  • Loading branch information
ssiccha committed May 14, 2019
1 parent f30c1e4 commit ebfdd80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/mapping.gd
Original file line number Diff line number Diff line change
Expand Up @@ -1207,8 +1207,8 @@ DeclareGlobalFunction("CompositionMapping2General");
## <P/>
## Additionally, the properties <Ref Prop="IsInjective"/> and
## <Ref Prop="IsSingleValued"/> are maintained;
## if the source of the <M>i+1</M>-th general mapping is identical to
## the range of the <M>i</M>-th general mapping,
## if the source of the general mapping <A>map(i)</A> is identical to
## the range of the general mapping <A>map(i+1)</A>,
## also <Ref Prop="IsTotal"/> and <Ref Prop="IsSurjective"/> are maintained.
## (So one should not call <Ref Oper="CompositionMapping2"/> directly
## if one wants to maintain these properties.)
Expand Down

0 comments on commit ebfdd80

Please sign in to comment.