Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saisrikark committed Nov 16, 2023
1 parent e8f8c45 commit f5e5e5c
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 @@ -116,7 +116,7 @@ stream.Add(ctx, Event{
})
```
The Options.TTL parameter will evict stream entries after the specified duration has elapsed (or it can be set to `NoExpiration`).
The Options.MaxLen parameter will older stream entries to accommodate newer entries after the maximum number of entries is reached.
The Options.MaxLen parameter will remove older stream entries to accommodate newer entries after the maximum number of entries is reached.

#### Metadata

Expand Down

0 comments on commit f5e5e5c

Please sign in to comment.