Skip to content

Commit

Permalink
refactor: Clarify x for FakeId (x, y)
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel-rufi committed Jan 15, 2025
1 parent 0cde723 commit fe77000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/iota-transactional-test-runner/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ It supports the following placeholders:

1. **Object Placeholders**
- **Syntax**: `@{obj_x_y}` or `@{obj_x_y_opt}`
- Here, `(x, y)` corresponds to the transaction index and the creation index of the object within that transaction. The placeholder will be replaced with the object ID as a string (like `0xABCD...`).
- Here, `(x, y)` corresponds to the task index and the creation index of the object within that task. The placeholder will be replaced with the object ID as a string (like `0xABCD...`).

2. **Named Address Placeholders**
- **Syntax**: `@{NamedAddr}` or `@{NamedAddr_opt}`
Expand Down

0 comments on commit fe77000

Please sign in to comment.