Skip to content

Commit c906d59

Browse files
Remove NBSP from Require.h (#2067)
Well this is a pretty small thing. There is one NBSP in the document in the file that I removed😅
1 parent 6b78796 commit c906d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Require/Runtime/include/Luau/Require.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
//
2121
// Without more context, it is impossible to tell which components in a given
2222
// path "./foo/bar/baz" are modules and which are directories. To provide this
23-
// context, the require-by-string runtime library must be opened with a
23+
// context, the require-by-string runtime library must be opened with a
2424
// luarequire_Configuration object, which defines the navigation behavior of the
2525
// context in which Luau is embedded.
2626
//

0 commit comments

Comments
 (0)