Skip to content

Commit

Permalink
Merge pull request #15 from idris-community/fix-doc
Browse files Browse the repository at this point in the history
[ doc ] Fixing documentation
  • Loading branch information
Matthew-Mosior authored Jan 10, 2025
2 parents 0ca8792 + 35aef30 commit 609c25c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Data/Queue.idr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
||| Immutable FIFO Queues.
||| Immutable FIFO Queues
module Data.Queue

import Derive.Prelude
Expand Down
2 changes: 1 addition & 1 deletion src/Data/Tree.idr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
||| Finite Rose Trees.
||| Finite Rose Trees
module Data.Tree

import Data.List
Expand Down

0 comments on commit 609c25c

Please sign in to comment.