Skip to content

Commit 2a3bb65

Browse files
Fix typo in comment (#17112)
Fixes #16191
1 parent 10e9935 commit 2a3bb65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7365,7 +7365,7 @@ def test2():
73657365

73667366
@no_wasm64('embind does not yet support MEMORY64')
73677367
def test_embind(self):
7368-
# Very that both the old `--bind` arg and the new `-lembind` arg work
7368+
# Verify that both the old `--bind` arg and the new `-lembind` arg work
73697369
for args in [['-lembind'], ['--bind']]:
73707370
create_file('test_embind.cpp', r'''
73717371
#include <stdio.h>

0 commit comments

Comments
 (0)