Skip to content

Commit 5dbc59c

Browse files
authored
Update method_meta.h
1 parent 7112fd1 commit 5dbc59c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

runtime/executor/method_meta.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,8 @@ class MethodMeta final {
204204
* Get the backend name at the given index.
205205
*
206206
* @param[in] index The index of the backend name.
207-
* @returns The backend name as a C-style string, or nullptr if the index is invalid.
207+
* @returns The backend name as a C-style string, or nullptr if the index is
208+
* invalid.
208209
*/
209210
const char* get_backend_name(size_t index) const;
210211

0 commit comments

Comments
 (0)