Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
bicycle1885 committed Mar 21, 2017
1 parent 600a3f9 commit 1f1bb8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ as an efficient way to map `(K, K)` tuples to values.
using IntervalTrees

# Create an interval tree mapping (Int, Int) intervals to Strings.
xs = IntervalMap{Int, ASCIIString}()
xs = IntervalMap{Int, String}()

# Insert values
xs[(1,100)] = "Low"
Expand Down

0 comments on commit 1f1bb8b

Please sign in to comment.