mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-01 14:21:24 +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
|
## 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
|
methods take a Salsa database (usually `db: &'db dyn Db`) as an argument. This should always be the
|
||||||
first argument (or second after `self`).
|
first argument (or second after `self`).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue