Skip to content

Commit

Permalink
Fix: Correct ABNF
Browse files Browse the repository at this point in the history
  • Loading branch information
trwnh authored Apr 6, 2024
1 parent b6664be commit 68b32be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ <h4>Current implementation rules</h4>
word = ALPHA / DIGIT / "_"
rest = *( extended )
word
extended = start / "." / "-"
extended = word / "." / "-"
</pre>
<p>Similarly at the time of this writing, Misskey is subject to the following limitations:</p>
<ul>
Expand Down Expand Up @@ -288,4 +288,4 @@ <h2>Future Enhancements</h2>
</section>
</body>

</html>
</html>

0 comments on commit 68b32be

Please sign in to comment.