Skip to content

Commit

Permalink
Cleanup, less wordy.
Browse files Browse the repository at this point in the history
  • Loading branch information
gnat authored Jun 4, 2024
1 parent a616504 commit 58b4f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ For devs who love ergonomics! You may appreciate Surreal if:
* 💡 Solves the classic jQuery bloat problem: Am I getting 1 element or an array of elements?
* `me()` is guaranteed to return 1 element (or first found, or null).
* `any()` is guaranteed to return an array (or empty array).
* No more checks = you write less code. Bonus: Code reads more like self-documenting english.
* No more checks = you write less code. Bonus: Code more like self-documenting english.

## 👁️ How does it look?

Expand Down

0 comments on commit 58b4f62

Please sign in to comment.