Skip to content

Commit

Permalink
Remove stray _ typo (#1385)
Browse files Browse the repository at this point in the history
* Remove stray `_` typo
  • Loading branch information
armanbilge authored Oct 7, 2022
1 parent 50a3434 commit 96e96b2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ case object UsingJavaPropsDirectiveHandler extends UsingDirectiveHandler {
def description = "Add Java properties"
def usage = "//> using java-prop|javaProp _key=val_"
override def usageMd =
"""`//> using javaProp_ `_key=value_
|`//> using javaProp_ `_key_""".stripMargin
"""`//> using javaProp `_key=value_
|`//> using javaProp `_key_""".stripMargin
override def examples = Seq(
"//> using javaProp \"foo1=bar\", \"foo2\""
)
Expand Down
4 changes: 2 additions & 2 deletions website/docs/reference/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Add Java options

Add Java properties

`//> using javaProp_ `_key=value_
`//> using javaProp_ `_key_
`//> using javaProp `_key=value_
`//> using javaProp `_key_

#### Examples
`//> using javaProp "foo1=bar", "foo2"`
Expand Down
4 changes: 2 additions & 2 deletions website/docs/reference/scala-command/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ Add Java options

Add Java properties

`//> using javaProp_ `_key=value_
`//> using javaProp_ `_key_
`//> using javaProp `_key=value_
`//> using javaProp `_key_

#### Examples
`//> using javaProp "foo1=bar", "foo2"`
Expand Down

0 comments on commit 96e96b2

Please sign in to comment.