Skip to content

Commit

Permalink
fix: doc example again
Browse files Browse the repository at this point in the history
  • Loading branch information
Myriad-Dreamin committed Sep 27, 2023
1 parent 785030e commit 0bb91e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/src/vfs/notify.rs
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ pub enum MemoryEvent {
/// this:
///
/// ```
/// use crate::vfs::notify::{MemoryEvent, FileChangeSet};
/// use typst_ts_compiler::vfs::notify::{MemoryEvent, FileChangeSet};
/// let event = MemoryEvent::Sync(FileChangeSet::default());
/// ```
Sync(FileChangeSet),
Expand Down

0 comments on commit 0bb91e3

Please sign in to comment.