Skip to content

Commit a5a428a

Browse files
Olivia-liufacebook-github-bot
authored andcommitted
Remove extra * (#800)
Summary: Pull Request resolved: #800 this asterisk doesn't look like it belong Reviewed By: Jack-Khuu Differential Revision: D50140205 fbshipit-source-id: 71a2f6fb5fa781df1142ca7e5eea67ed5c6f9689
1 parent c5000e6 commit a5a428a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/sdk-delegate-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ For example:
2222
- **{ “Fancy Fusion”: (11, 12, 15) }**: Identifier “Fancy Fusion” in the runtime corresponds to operators with debug handles (11, 12, 15).
2323

2424
```{Note}
25-
Identifiers are a means of connecting runtime results to the model graph; the interpretation of the identifiers is defined by the delegate author.*
25+
Identifiers are a means of connecting runtime results to the model graph; the interpretation of the identifiers is defined by the delegate author.
2626
```
2727

2828
**Debug Handle Maps** are constructed through the use of **DelegateMappingBuilder** and returned as a part of `PreprocessResult`.

0 commit comments

Comments
 (0)