We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fbd6b8 commit 04e71f3Copy full SHA for 04e71f3
1 file changed
docs/clock.md
@@ -126,7 +126,7 @@ sShape.rotation = s * (360 / 60);
126
// 分針
127
mShape.rotation = m * (360 / 60);
128
// 短針 (短針は時間だけでなく分も角度に考慮する)
129
-hShape.rotation = h * (360 / 24 / 2) + m * (360 / 24 / 60);
+hShape.rotation = h * (360 / (24 / 2)) + m * (360 / 24 / 60);
130
```
131
132
@@ -209,4 +209,4 @@ for (var i = 0; i < steps; i++) {
209
210
<article-author>[池田 泰延](https://twitter.com/clockmaker)</article-author>
211
<article-date-published>2015-11-30</article-date-published>
212
-<article-date-modified>2015-12-17</article-date-modified>
+<article-date-modified>2016-07-20</article-date-modified>
0 commit comments