Skip to content

Commit 409a4db

Browse files
author
Devdutt Shenoi
authored
doc: fix typo
Signed-off-by: Devdutt Shenoi <[email protected]>
1 parent 203d81d commit 409a4db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/parseable/streams.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ pub struct Streams(RwLock<HashMap<String, StreamRef>>);
737737
// 4. When first event is sent to stream (update the schema)
738738
// 5. When set alert API is called (update the alert)
739739
impl Streams {
740-
/// Checks after getting an excluse lock whether the stream already exists, else creates it.
740+
/// Checks after getting an exclusive lock whether the stream already exists, else creates it.
741741
/// NOTE: This is done to ensure we don't have contention among threads.
742742
pub fn get_or_create(
743743
&self,

0 commit comments

Comments
 (0)