Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
iraikov committed Aug 17, 2018
1 parent 5851935 commit 13d9c32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The `<PersistentMap>` typeclass contains the following operations:

```scheme
(use rb-tree typeclass)
(import rb-tree typeclass)
(define (++ x) (fx+ 1 x))
(define (-- x) (fx- x 1))
Expand Down Expand Up @@ -99,7 +99,7 @@ The `<PersistentMap>` typeclass contains the following operations:
## License

>
> Copyright 2007-2015 Ivan Raikov
> Copyright 2007-2018 Ivan Raikov
>
> This program is free software: you can redistribute it and/or modify
> it under the terms of the GNU General Public License as published by
Expand Down

0 comments on commit 13d9c32

Please sign in to comment.