Skip to content

Commit 06309e1

Browse files
committed
Fixed typo in a spec description.
1 parent b827864 commit 06309e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/sql/emitter_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@
563563
expect(subject.emit_statement(stmt)).to eq('select 1')
564564
end
565565

566-
context "with `order by` clasule " do
566+
context "with `order by` clause" do
567567
let(:stmt_order_by) { Ronin::Code::SQL::Statement.new(:SELECT,1).order_by(1, :col_x) }
568568

569569
it "must emit order_by with multiple columns" do

0 commit comments

Comments
 (0)