Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 323d74a

Browse files
authoredMar 13, 2023
Update README.md (#124)
1 parent e2e172e commit 323d74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Example
1515
Using the LRU is very simple:
1616

1717
```go
18-
l, _ := New(128)
18+
l, _ := New[int, interface{}](128)
1919
for i := 0; i < 256; i++ {
2020
l.Add(i, nil)
2121
}

0 commit comments

Comments
 (0)
Please sign in to comment.