Skip to content

Commit c1efff3

Browse files
authored
fix: typo (#576)
1 parent 6a46532 commit c1efff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/rattler/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//! Rattler is an attempt at reimplementing a lot of the machinery supporting Conda but making it
77
//! available to a wider range of languages. The goal is to be able to integrate the Conda ecosystem
88
//! in a wide variaty of tools that do not rely on Python. Rust has excellent support for
9-
//! interfacing with many other languages (WASM, Javascript, Python, C, etc) and is therefor a good
9+
//! interfacing with many other languages (WASM, Javascript, Python, C, etc) and is therefore a good
1010
//! candidate for a reimplementation.
1111
#![deny(missing_docs)]
1212

0 commit comments

Comments
 (0)