Use "Ruff" instead of "uv" for src setting docs (#14121)

## Summary

From
15aa5a6d57
This commit is contained in:
Dhruv Manilawala 2024-11-06 08:49:32 +05:30 committed by GitHub
parent 34b6a9b909
commit 4ece8e5c1e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -339,7 +339,7 @@ pub struct Options {
/// 1. The directory containing the nearest `pyproject.toml`, `ruff.toml`, or `.ruff.toml` file (the "project root").
/// 2. The `"src"` subdirectory of the project root.
///
/// These defaults ensure that uv supports both flat layouts and `src` layouts out-of-the-box.
/// These defaults ensure that Ruff supports both flat layouts and `src` layouts out-of-the-box.
/// (If a configuration file is explicitly provided (e.g., via the `--config` command-line
/// flag), the current working directory will be considered the project root.)
///