mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-08-10 01:59:59 -04:00
Fix typos and spelling errors. (#8639)
This commit is contained in:
parent
c850dd9a8e
commit
34a5696f93
41 changed files with 63 additions and 60 deletions
|
@ -32,7 +32,7 @@ class StateDeltasHandler:
|
|||
Returns:
|
||||
None if the field in the events either both match `public_value`
|
||||
or if neither do, i.e. there has been no change.
|
||||
True if it didnt match `public_value` but now does
|
||||
True if it didn't match `public_value` but now does
|
||||
False if it did match `public_value` but now doesn't
|
||||
"""
|
||||
prev_event = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue