Skip to content

Commit f7aaeda

Browse files
authored
Update README.md (#398)
fixed typo
1 parent 5d6886b commit f7aaeda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ env, err := stream.NewEnvironment(stream.NewEnvironmentOptions().
236236

237237
### Streams
238238

239-
To define streams you need to use the the `environment` interfaces `DeclareStream` and `DeleteStream`.
239+
To define streams you need to use the `environment` interfaces `DeclareStream` and `DeleteStream`.
240240

241241
It is highly recommended to define stream retention policies during the stream creation, like `MaxLengthBytes` or
242242
`MaxAge`:

0 commit comments

Comments
 (0)