Skip to content

Commit f906943

Browse files
author
rishab
committed
Fixed color tutorial content
1 parent b6b0803 commit f906943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/tutorials/text/color/index.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ rect(0,0,200,40);
130130
fill(255,0,0,191);
131131
rect(0,50,200,40);
132132
133-
// 55% opacity.
133+
// 50% opacity.
134134
fill(255,0,0,127);
135135
rect(0,100,200,40);
136136

0 commit comments

Comments
 (0)