Commit 674a7efe authored by Stan Hu's avatar Stan Hu

Merge branch 'rachelfox-master-patch-00590' into 'master'

fix a to an typo.

See merge request gitlab-org/gitlab!38026
parents a4274e82 84d9aac2
......@@ -70,7 +70,7 @@ RSpec.describe Gitlab::Ci::Pipeline::Expression::Lexeme::Pattern do
.to eq Gitlab::UntrustedRegexp.new('pattern')
end
it 'is a eager scanner for regexp boundaries' do
it 'is an eager scanner for regexp boundaries' do
scanner = StringScanner.new('/some .* / pattern/')
token = described_class.scan(scanner)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment