Skip to content

Commit cffb088

Browse files
committed
fix code comment spacing
1 parent fdd4dc9 commit cffb088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/indexes/compound.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
# end-index-compound
2121

2222
# start-index-compound-query
23-
# Finds a document with the specified runtime and release year
24-
# by using the newly created index
23+
# Finds a document with the specified runtime and release year by using the
24+
# newly created index
2525
filter = { '$and' => [
2626
{ 'runtime': { '$gt' => 90 } },
2727
{ 'year': { '$gt' => 2005 } }

0 commit comments

Comments
 (0)