Skip to content

Commit 2fddf6a

Browse files
committed
Correct Markdown typo
1 parent 6e176f3 commit 2fddf6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Manual.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Syntax | Description
164164
`nop` | No operation.
165165
`end` | Signals the end of the program.
166166
`emit` | (Geoshader-only) Emits a vertex configured by a prior `setemit`.
167-
`setemit vtxId, emitFlags | (Geoshader-only) Configures a vertex for emission. The `emitFlags` parameter can be omitted.
167+
`setemit vtxId, emitFlags` | (Geoshader-only) Configures a vertex for emission. The `emitFlags` parameter can be omitted.
168168
`add rDest, rSrc1, rSrc2` |
169169
`dp3 rDest, rSrc1, rSrc2` |
170170
`dp4 rDest, rSrc1, rSrc2` |

0 commit comments

Comments
 (0)