From 904f7368bbe7d7ffb58513fbcf92b47277a532bb Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Tue, 22 Jan 2019 00:20:38 +0900 Subject: [PATCH] Updated Cheat Sheet (markdown) --- Cheat-Sheet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cheat-Sheet.md b/Cheat-Sheet.md index f18d859..f04a2c5 100644 --- a/Cheat-Sheet.md +++ b/Cheat-Sheet.md @@ -187,7 +187,7 @@ When the given image is as same as `i`, DrawImage panics. * All render targets are same (`A` in `A.DrawImage(B, op)`) * Either all ColorM element values are same or all the ColorM have only diagonal ('scale') elements - * If only (*ColorM).Scale is applied to a ColorM, the ColorM has only diagonal elements. The other ColorM functions might modify the other elements. + * If only `(*ColorM).Scale` is applied to a ColorM, the ColorM has only diagonal elements. The other ColorM functions might modify the other elements. * All CompositeMode values are same * All Filter values are same