Skip to content

Commit 6f0e028

Browse files
Update include/geode/basic/assert.h
Co-authored-by: Melchior Schuh-Senlis <[email protected]>
1 parent 8c3c140 commit 6f0e028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/geode/basic/assert.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,5 +93,5 @@ namespace geode
9393
__VA_ARGS__ \
9494
}
9595

96-
#define OPENGEODE_REASEARCH( condition, ... ) \
96+
#define OPENGEODE_RESEARCH( condition, ... ) \
9797
OPENGEODE_EXCEPTION( condition, __VA_ARGS__ )

0 commit comments

Comments
 (0)