Skip to content

Commit

Permalink
Use correct section to render example code with syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Pfeiffer committed Jul 4, 2018
1 parent 5524b7f commit ae9a402
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions gap/ordered.gd
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

#! @Section Usage
#!
#! @ExampleSession
#! @BeginExample
#! gap> s := OrderedSetDS(IsSkipListRep, {x,y} -> String(x) < String(y));
#! <skiplist 0 entries>
#! gap> Addset(s, 1);
Expand All @@ -73,8 +73,7 @@
#! false
#! gap> 97 in b;
#! true
#! @EndExampleSession

#! @EndExample

#! @Section API
#!
Expand Down

0 comments on commit ae9a402

Please sign in to comment.