Commit 657e662
committed
minor #14535 [Messenger] Fix a typo on Messenger handler results example (alepdev)
This PR was submitted for the 4.2 branch but it was merged into the 4.4 branch instead.
Discussion
----------
[Messenger] Fix a typo on Messenger handler results example
This fixes typo on the Messenger handler results sample snippet by renaming `Result` object since the definition in the import and the name used in the return type of the function did not match.
I fixed with `ListItemsResult` instead of `ListItemsQueryResult` but tell me which one is better.
Commits
-------
1e4a70f Fix a typo on Messenger handler results example1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments