We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa6f5eb commit 008a91cCopy full SHA for 008a91c
src/from_bytes.rs
@@ -24,9 +24,9 @@ pub trait EncodingSupport {
24
///
25
/// * `css_bytes`: A byte string.
26
/// * `protocol_encoding`: The encoding label, if any, defined by HTTP or equivalent protocol.
27
-/// (e.g. via the `charset` parameter of the `Content-Type` header.)
+/// (e.g. via the `charset` parameter of the `Content-Type` header.)
28
/// * `environment_encoding`: An optional `Encoding` object for the [environment encoding]
29
-/// (https://drafts.csswg.org/css-syntax/#environment-encoding), if any.
+/// (https://drafts.csswg.org/css-syntax/#environment-encoding), if any.
30
31
/// Returns the encoding to use.
32
pub fn stylesheet_encoding<E>(
0 commit comments