aboutsummaryrefslogtreecommitdiffstats
path: root/notes/UNSORTED.txt
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:48:42 -0800
committerBryan Newbold <bnewbold@robocracy.org>2021-11-24 15:48:42 -0800
commitfafc32e0ea1adc95eea817af7273d4c47422b364 (patch)
tree374281a68a1cb28dd6e964449887799c6c3cb3de /notes/UNSORTED.txt
parentd6b1d3de6224b590a82b175f78b761df1a6df4a2 (diff)
downloadfatcat-fafc32e0ea1adc95eea817af7273d4c47422b364.tar.gz
fatcat-fafc32e0ea1adc95eea817af7273d4c47422b364.zip
codepsell fixes to notes
Diffstat (limited to 'notes/UNSORTED.txt')
-rw-r--r--notes/UNSORTED.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/notes/UNSORTED.txt b/notes/UNSORTED.txt
index 3960f5eb..850b54d0 100644
--- a/notes/UNSORTED.txt
+++ b/notes/UNSORTED.txt
@@ -3,7 +3,7 @@ Not allowed to PUT edits to the same entity in the same editgroup. If you want
to update an edit, need to delete the old one first.
The state depends only on the current entity state, not any redirect. This
-means that if the target of a redirect is delted, the redirecting entity is
+means that if the target of a redirect is deleted, the redirecting entity is
still "redirect", not "deleted".
Redirects-to-redirects are not allowed; this is enforced when the editgroup is
@@ -31,7 +31,7 @@ redirects after some delay period.
=> it would not be too hard to update get_release_files to check for such
redirects; could be handled by request flag?
-`prev_rev` is naively set to the most-recent previous state. If the curent
+`prev_rev` is naively set to the most-recent previous state. If the current
state was deleted or a redirect, it is set to null.
This parameter is not checked/enforced at edit accept time (but could be, and