Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: kimhyeongjun <[email protected]>
  • Loading branch information
kimhyeongjun authored and myungjoo committed Dec 12, 2024
1 parent bff8025 commit 712f6c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/nntrainer-api-common.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ typedef enum {
* }
*
* // Fill label data
* for (int idx = 0; idx < num_inputs; ++ idx) {
* for (int idx = 0; idx < num_labels; ++ idx) {
* for (int len = 0; len < label_length[idx]; ++ len) {
* label[idx][len] = rand();
* }
Expand Down

0 comments on commit 712f6c3

Please sign in to comment.