Skip to content

Commit cb226a6

Browse files
committed
Code block was missing end
1 parent d6f4d02 commit cb226a6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Packages/com.unity.inputsystem/Documentation~/UsingProcessors.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Processors can have parameters which can be booleans, integers, or floating-poin
2525
// from left to right.
2626
// Example: First invert the value, then normalize [0..10] values to [0..1].
2727
"invert,normalize(min=0,max=10)"
28+
```
2829

2930
## Choose the right Processor
3031

0 commit comments

Comments
 (0)