mirror of
https://github.com/astral-sh/uv.git
synced 2025-11-01 20:31:12 +00:00
Two small typo fixes (#6500)
<!-- Thank you for contributing to uv! To help us out with reviewing, please consider the following: - Does this pull request include a summary of the change? (See below.) - Does this pull request include a descriptive title? - Does this pull request include references to any relevant issues? --> ## Summary Two small typo fixes: one in the documentation and one in a comment in the source code I happened to come across.
This commit is contained in:
parent
d8c41481ec
commit
665650fe2e
2 changed files with 4 additions and 4 deletions
|
|
@ -130,7 +130,7 @@ pub(crate) fn parse_marker_key_op_value<T: Pep508Url>(
|
|||
cursor.eat_whitespace();
|
||||
let r_value = parse_marker_value(cursor)?;
|
||||
|
||||
// Convert a `<marker_value> <marker_op> <marker_value>` expression into it's
|
||||
// Convert a `<marker_value> <marker_op> <marker_value>` expression into its
|
||||
// typed equivalent.
|
||||
let expr = match l_value {
|
||||
// Either:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue