|
@@ -12,7 +12,7 @@ use crate::{CopyValue, Readable, Writable};
|
|
|
/// When a signal calls .read(), it will look for the current ReactiveContext to read from.
|
|
|
/// If it doesn't find it, then it will try and insert a context into the nearest component scope via context api.
|
|
|
///
|
|
|
-/// When the ReactiveContext drops, it will remove itself from the the associated contexts attached to signal
|
|
|
+/// When the ReactiveContext drops, it will remove itself from the associated contexts attached to signal
|
|
|
#[derive(Clone, Copy, PartialEq, Eq)]
|
|
|
pub struct ReactiveContext {
|
|
|
inner: CopyValue<Inner, SyncStorage>,
|