Skip to content

Commit

Permalink
Merge pull request #535 from Kraigie/add-missing-word
Browse files Browse the repository at this point in the history
Add missing word to state documentation
  • Loading branch information
jchristgit authored Apr 16, 2024
2 parents 77e355c + 6c47d1b commit 8bcece0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/functionality/state.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ common use cases. If you need more involved queries, it is recommended to use
nostrum's [qlc](https://www.erlang.org/doc/man/qlc.html) support.

As an example, Nosedrum has a function to find a guild member by username and
discriminator. This is internally with the following query:
discriminator. This is internally implemented with the following query:

```erl
find_by(RequestedGuildId, Name, Discriminator, MemberCache, UserCache) ->
Expand Down

0 comments on commit 8bcece0

Please sign in to comment.