Skip to content

Commit f0cad58

Browse files
yunsiigreggman
authored andcommitted
fix: expression
1 parent 80b7001 commit f0cad58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webgl/lessons/zh_cn/webgl-how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ table.vertex_table td {
293293

294294
<div class="webgl_bottombar"><h3>vertexAttribPointer中的normalizeFlag是什么?</h3>
295295
<p>
296-
normalizeFlag适用于所有非浮点类型。 如果通过如果为false,则值将被解释为它们的类型。
296+
normalizeFlag适用于所有非浮点类型。 如果传入false,则值将被解释为它们的类型。
297297
BYTE从-128到127,UNSIGNED_BYTE从0到255,SHORT INTEGER从-32768到32767等...
298298
</p>
299299
<p>

0 commit comments

Comments
 (0)