diff options
author | Hal Canary <halcanary@google.com> | 2017-11-20 12:43:51 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-11-20 19:09:18 +0000 |
commit | c60dea17d8fa72bad158a53d1e4df113ed8f92c2 (patch) | |
tree | c79d627c207ad85b7b39a530191729f1ad2f18fc /site/user/sample | |
parent | 0c1c2b39dd93100542236b23546ed0b855816a49 (diff) |
style nit: s/RIGHT SINGLE QUOTATION MARK/APOSTROPHE/g when apropriate
Change-Id: If834febee09266cad6a7a2fb64b06adc25790e33
Reviewed-on: https://skia-review.googlesource.com/73742
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
Diffstat (limited to 'site/user/sample')
-rw-r--r-- | site/user/sample/color.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/user/sample/color.md b/site/user/sample/color.md index 3f4d869504..3283a98535 100644 --- a/site/user/sample/color.md +++ b/site/user/sample/color.md @@ -164,7 +164,7 @@ Opting In To Color Correct Skia ------------------------------- By itself, **adding a color space tag to a source will not change draw behavior**. In fact, -tagging sources with color spaces is always a best practice, regardless of whether we want Skia’s +tagging sources with color spaces is always a best practice, regardless of whether we want Skia's color correct behavior. Adding a color space tag to the **destination is the trigger that turns on Skia color correct |