Skip to content

Commit

Permalink
Fix typo (#581)
Browse files Browse the repository at this point in the history
:(
  • Loading branch information
cnpryer authored Apr 9, 2023
1 parent 2dedce8 commit 01f513d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/huak/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl Config {
}
}

/// The `Workspace` is a useful struct for reolving things like the current `Package`
/// The `Workspace` is a useful struct for resolving things like the current `Package`
/// or the current `PythonEnvironment`. It can also provide a snapshot of the `Environment`,
/// a more general struct containing information like environment variables, Python
/// `Interpreters` found, and more.
Expand Down

0 comments on commit 01f513d

Please sign in to comment.