Skip to content

Commit 021ad3a

Browse files
authored
fix: repair formatting of code snippet in metamorph.md
1 parent ca000e2 commit 021ad3a

File tree

1 file changed

+1
-1
lines changed
  • sources/platform/actors/development/programming_interface

1 file changed

+1
-1
lines changed

sources/platform/actors/development/programming_interface/metamorph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ These benefits make metamorph a valuable tool for creating complex, efficient wo
3333

3434
## Implementation guidelines
3535

36-
To make your Actor compatible with metamorph, use `Actor.getInput()` instead of `Actor.getValue(`INPUT`)`. This method fetches the input using the correct key (_INPUT-METAMORPH-1_) for metamorphed runs, ensuring proper data retrieval in transformed Actor runs.
36+
To make your Actor compatible with metamorph, use `Actor.getInput()` instead of ``Actor.getValue(`INPUT`)``. This method fetches the input using the correct key (_INPUT-METAMORPH-1_) for metamorphed runs, ensuring proper data retrieval in transformed Actor runs.
3737

3838
:::note Runtime limits
3939

0 commit comments

Comments
 (0)