Skip to content

Commit

Permalink
minor doc (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmiddlet2666 authored Mar 8, 2024
1 parent 4240764 commit 1f3ac0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/basic/near_cache/high_units/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/*
Package main shows how to use a near cache with a [NamedMap] or [NamedCache] with high units of 1000.
Package main shows how to use a near cache with a NamedMap or NamedCache with high units of 1000.
*/
package main

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/near_cache/memory/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/*
Package main shows how to use a near cache with a [NamedMap] or [NamedCache] with high units memory of 10k.
Package main shows how to use a near cache with a NamedMap or NamedCache with high units memory of 10k.
*/
package main

Expand Down
2 changes: 1 addition & 1 deletion examples/basic/near_cache/ttl/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/*
Package main shows how to use a near cache with a [NamedMap] or [NamedCache] with an expiry of 10 seconds.
Package main shows how to use a near cache with a NamedMap or NamedCache with an expiry of 10 seconds.
*/
package main

Expand Down

0 comments on commit 1f3ac0f

Please sign in to comment.