Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo in comment.
  • Loading branch information
frewsxcv committed Jul 26, 2017
1 parent a15d13a commit 58fd295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/style_derive/to_css.rs
Expand Up @@ -151,7 +151,7 @@ fn where_predicate(ty: syn::Ty) -> syn::WherePredicate {

/// Transforms "FooBar" to "foo-bar".
///
/// If the first Camel segment is "Moz"" or "Webkit", the result string
/// If the first Camel segment is "Moz" or "Webkit", the result string
/// is prepended with "-".
fn to_css_identifier(mut camel_case: &str) -> String {
camel_case = camel_case.trim_right_matches('_');
Expand Down

0 comments on commit 58fd295

Please sign in to comment.