We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 203d81d commit 409a4dbCopy full SHA for 409a4db
src/parseable/streams.rs
@@ -737,7 +737,7 @@ pub struct Streams(RwLock<HashMap<String, StreamRef>>);
737
// 4. When first event is sent to stream (update the schema)
738
// 5. When set alert API is called (update the alert)
739
impl Streams {
740
- /// Checks after getting an excluse lock whether the stream already exists, else creates it.
+ /// Checks after getting an exclusive lock whether the stream already exists, else creates it.
741
/// NOTE: This is done to ensure we don't have contention among threads.
742
pub fn get_or_create(
743
&self,
0 commit comments