Skip to content

Commit ff31928

Browse files
committed
Update comments
1 parent 5068b5e commit ff31928

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tools/snippets/src/addon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace addon_TODO {
4040
* When called from JavaScript, the function expects TODO arguments:
4141
*
4242
* * __x__: a number.
43-
* * __y__: a number
43+
* * __y__: a number.
4444
*
4545
* @param info arguments
4646
*/

tools/snippets/src/todo.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616
* limitations under the License.
1717
*/
1818

19-
/**
20-
* TODO.
21-
*/
2219
#include <math.h>
2320
#include "TODO.h"
2421

0 commit comments

Comments
 (0)