Skip to content

Commit b459af4

Browse files
committed
Fix backtick.
1 parent df9f134 commit b459af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Migrating.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public override void WriteDiscreteActionMask(IDiscreteActionMask actionMask)
4141
actionMask.SetActionEnabled(branch, 3, false);
4242
}
4343
```
44-
- The `IActuator` interface now implements `IHeuristicProvider. Please add the corresponding `Heuristic(in ActionBuffers)`
44+
- The `IActuator` interface now implements `IHeuristicProvider`. Please add the corresponding `Heuristic(in ActionBuffers)`
4545
method to your custom Actuator classes.
4646

4747
## Migrating to Release 13

0 commit comments

Comments
 (0)