Skip to content

Commit 33bde3f

Browse files
bliuchakB4nan
andauthored
fix: repair formatting of code snippet in metamorph.md (#1833)
Co-authored-by: Martin Adámek <[email protected]>
1 parent 77afb45 commit 33bde3f

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(&#96;INPUT&#96;)`. 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)