Index: src/sksl/README |
diff --git a/src/sksl/README b/src/sksl/README |
index 1427c219267a8490fd25e4d0ee70f32bf5027197..6302075507edfdb97ee9151abe0bcfaf2b5f2596 100644 |
--- a/src/sksl/README |
+++ b/src/sksl/README |
@@ -18,8 +18,7 @@ differences (for instance, you always use "in" and "out", and skslc will handle |
translating them to "varying" and "attribute" as appropriate). Be aware of the |
following differences between SkSL and GLSL: |
-* no #version or "precision" statement is required, and they will be ignored if |
- present |
+* no #version statement is required, and will be ignored if present |
* the output color is sk_FragColor (do not declare it) |
* lowp, mediump, and highp are always permitted (but will only be respected if |
you run on a GLES device) |