Skip to content

Commit

Permalink
Fix typo in new username support update (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ta-noshii authored Jun 11, 2023
1 parent e355205 commit 3637e93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/containers/User.lua
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ function get.bot(self)
return self._bot or false
end

--[=[@p name string Equivalent to `Used.globalName or User.username`.]=]
--[=[@p name string Equivalent to `User.globalName or User.username`.]=]
function get.name(self)
return self._global_name or self._username
end
Expand Down

0 comments on commit 3637e93

Please sign in to comment.