Skip to content

Commit 7ee9b90

Browse files
committed
chore: typo in description
1 parent e1da240 commit 7ee9b90

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["ahabhgk <[email protected]>"]
55
edition = "2021"
66
resolver = "2"
77
license = "MIT"
8-
description = "A Rust library that will communicate with Embedded Dart Sass using the Embedded Sass Protocol"
8+
description = "A Rust library that will communicate with Embedded Dart Sass using the Embedded Sass protocol"
99
repository = "https://github.com/ahabhgk/sass-embedded-host-rust"
1010
documentation = "https://docs.rs/sass-embedded-host-rust"
1111
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# sass-embedded-host-rust
22

3-
🦀 A Rust library that will communicate with [Embedded Dart Sass](https://github.com/sass/dart-sass-embedded) using the [Embedded Sass Protocol](https://github.com/sass/embedded-protocol).
3+
🦀 A Rust library that will communicate with [Embedded Dart Sass](https://github.com/sass/dart-sass-embedded) using the [Embedded Sass protocol](https://github.com/sass/embedded-protocol).
44

55
## Contributing
66

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! A Rust library that will communicate with Embedded Dart Sass using the Embedded Sass Protocol
1+
//! A Rust library that will communicate with Embedded Dart Sass using the Embedded Sass protocol
22
//!
33
//! ```no_run
44
//! use sass_embedded_host_rust::{Sass, StringOptions};

0 commit comments

Comments
 (0)