mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Fix link typo in ty's CONTRIBUTING.md (#18923)
This commit is contained in:
parent
e44c489273
commit
d89f75f9cc
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ for instructions on running these checks locally.
|
|||
|
||||
## Coding guidelines
|
||||
|
||||
We use the [Salsa](https:://github.com/salsa-rs/salsa) library for incremental computation. Many
|
||||
We use the [Salsa](https://github.com/salsa-rs/salsa) library for incremental computation. Many
|
||||
methods take a Salsa database (usually `db: &'db dyn Db`) as an argument. This should always be the
|
||||
first argument (or second after `self`).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue