We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a46532 commit c1efff3Copy full SHA for c1efff3
crates/rattler/src/lib.rs
@@ -6,7 +6,7 @@
6
//! Rattler is an attempt at reimplementing a lot of the machinery supporting Conda but making it
7
//! available to a wider range of languages. The goal is to be able to integrate the Conda ecosystem
8
//! 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
+//! interfacing with many other languages (WASM, Javascript, Python, C, etc) and is therefore a good
10
//! candidate for a reimplementation.
11
#![deny(missing_docs)]
12
0 commit comments