From e2c909d173a86d70507ff226ad1bb83511813911 Mon Sep 17 00:00:00 2001 From: Jordan Kay Date: Tue, 7 Feb 2023 23:47:36 -0500 Subject: [PATCH] Fix capitalization --- Technotes/Logs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Technotes/Logs.md b/Technotes/Logs.md index 284b29c5d..2eea4f057 100644 --- a/Technotes/Logs.md +++ b/Technotes/Logs.md @@ -1,6 +1,6 @@ # Logs -`RSCore` contains a protocol called `Logging`. Classes and Structs that conform to `Logging` have a `logger` variable that the Class or Struct can use instead of importing `os.log` and creating a `var log = Logger(..)` variable. +`RSCore` contains a protocol called `Logging`. Classes and structs that conform to `Logging` have a `logger` variable that the Class or Struct can use instead of importing `os.log` and creating a `var log = Logger(..)` variable. Example: