Skip to content

Commit

Permalink
change comment slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuh4 committed Jun 19, 2024
1 parent 028d33a commit fd37bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Noir/Services.lua
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Noir.Services = {}

--[[
A table containing created services.<br>
Do not modify this table directly. Please use `Noir.Services:GetService(name)` instead.
You probably do need to not modify or access this table directly. Please use `Noir.Services:GetService(name)` instead.
]]
Noir.Services.CreatedServices = {} ---@type table<string, NoirService>

Expand Down

0 comments on commit fd37bed

Please sign in to comment.