From cec933c90699135062efc2c5b2e7ee2d48e6907f Mon Sep 17 00:00:00 2001 From: "Ivy C." Date: Tue, 7 Apr 2026 15:33:38 -0400 Subject: [PATCH] docs: remove `-` typo --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bbd8fd3..d37b2df 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ A few conventions to follow: - **Types**: all function parameters and return values should be typed. Shared types live in `typing.luau`. - **String interpolation**: use backtick interpolation (`` `like {this}` ``) rather than `..` concatenation. - **Errors**: use `warn()` with a `rbx-reface: ` prefix for non-fatal issues, rather than `error()` or `print()`. -- + ## Working on the face databases The face databases (`faceByBundle.luau` and `faceByMesh.luau`) are generated - don't edit them by hand.