From 32ea59b7db99c6cb1f1b8c15ff01cd2206415c33 Mon Sep 17 00:00:00 2001 From: Peisong Xiao Date: Wed, 25 Jun 2025 23:21:17 -0400 Subject: [PATCH] minor revision to the style guide --- style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.md b/style.md index ce48f33..b3ac7bb 100644 --- a/style.md +++ b/style.md @@ -98,7 +98,7 @@ documentation, where you usually search for them. 1. `TODO`: something to be done in the future 2. `NOTE`: keep note of something when using/running the code 3. `IMPORTANT`: knowing this is crucial to using/running the code -4. `REQUIRES`: guarantees for the code to run properly +4. `REQUIRES`: requirements for the code to run properly 5. `GUARANTEES`: guarantees that the code has this feature when ran ## Output Messages