Skip to content

Commit 7ace2b7

Browse files
authored
Fix typo in README code examples
Replacing `}` by `)`.
1 parent 9b3af8d commit 7ace2b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ ruby_rspec(
208208
specs = glob(["spec/**/*.rb"]),
209209
rspec_args = { "--format": "progress" },
210210
deps = [":foo"]
211-
}
211+
)
212212
----
213213

214214
==== Package Ruby files as a Gem

0 commit comments

Comments
 (0)