Skip to content

Commit

Permalink
Updated example changed after PR #356
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Konovalov committed Jan 17, 2016
1 parent 4851f0d commit f258088
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/ref/types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ means to set the values of <A>prop1</A> and <A>prop2</A> to <K>true</K> for this
<P/>
<Example><![CDATA[
gap> prop:= IsFinite and IsCommutative;
<Property "<<and-filter>>">
<Property "(IsFinite and IsCommutative)">
gap> g:= Group( (1,2,3), (4,5) );;
gap> Tester( prop )( g );
false
Expand Down

0 comments on commit f258088

Please sign in to comment.