diff --git a/tutorials/Web/Style_Dsl/README.md b/tutorials/Web/Style_Dsl/README.md index 38a2c18ac4..f0fa4b0678 100644 --- a/tutorials/Web/Style_Dsl/README.md +++ b/tutorials/Web/Style_Dsl/README.md @@ -74,7 +74,7 @@ The Style DSL also provides a way to combine and unify selectors: object AppStylesheet : StyleSheet() { init { - // CSSSelector.Universal can be used instead of "*" + // `universal` can be used instead of "*": `universal style {}` "*" style { fontSize(15.px) padding(0.px)