lib/card/query.rb in card-1.92.2 vs lib/card/query.rb in card-1.93.0
- old
+ new
@@ -5,10 +5,10 @@
#
# Search and Set cards use Card::Query to query the database, and it's also
# frequently used directly in code.
#
# Query "statements" (objects, really) are made in WQL (Wagn Query
- # Language). Because WQL is used by Wagneers, the primary language
+ # Language). Because WQL is used by Deckers, the primary language
# documentation is on wagn.org. (http://wagn.org/WQL_Syntax). Note that the
# examples there are in JSON, like Search card content, but statements in
# Card::Query are in ruby form.
#
# In Wagn's current form, Card::Query generates and executes SQL statements.