Skip to content

Commit

Permalink
doc(common): Improve doc of Take (#2192)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpfs authored Sep 1, 2021
1 parent a8cb554 commit 55f065b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
//! # `VisitMut`
//!
//! `VisitMut` uses a mutable reference to AST nodes (e.g. `&mut Expr`). You can
//! use `MapWithMut` from `swc_ecma_transforms_base` to get owned value from a
//! use `Take` from `swc_common::util::take::Take` to get owned value from a
//! mutable reference.
//!
//! You will typically use code like
Expand Down

0 comments on commit 55f065b

Please sign in to comment.