Skip to content

Commit

Permalink
docs: make it appears nicer
Browse files Browse the repository at this point in the history
  • Loading branch information
KSXGitHub authored Nov 22, 2023
1 parent b8193b5 commit cbe9d62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/package-manager/src/install_without_lockfile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use pipe_trait::Pipe;
/// In-memory cache for packages that have started resolving dependencies.
///
/// The contents of set is the package's virtual_store_name.
/// e.g. @pnpm.e2e/[email protected] -> @[email protected]
/// e.g. `@pnpm.e2e/[email protected]` → `@[email protected]`
pub type ResolvedPackages = DashSet<String>;

/// This subroutine install packages from a `package.json` without reading or writing a lockfile.
Expand Down

0 comments on commit cbe9d62

Please sign in to comment.