Skip to content

Commit 00156ff

Browse files
authored
misspelled name fix
1 parent c73df17 commit 00156ff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/module.modulemap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
module PoseDecoder {
1+
module KeypointDecoder {
22
header "include/KeypointDecoder.h"
33
export *
44
}
55

6-
module PoseDecoderCPP {
6+
module KeypointDecoderCPP {
77
header "include/keypoint_postprocess.h"
88
export *
99
}

0 commit comments

Comments
 (0)