Skip to content

Commit

Permalink
Fix formatting of inline code samples which are pluralized
Browse files Browse the repository at this point in the history
Conflicts:
	src/sphinx/Getting-Started/Basic-Def.rst
  • Loading branch information
suzannehamilton authored and eed3si9n committed Mar 21, 2014
1 parent 77c6577 commit 3e6760b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/sphinx/Getting-Started/Basic-Def.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,8 @@ Here's an example:
Each `Setting` is defined with a Scala expression.
The expressions in `build.sbt` are independent of one another, and
they are expressions, rather than complete Scala statements. These
<<<<<<< HEAD
expressions may be interspersed with `val`\ s, `lazy val`\ s, and `def`\ s.
Top-level `object`\ s and `class`\ es are not allowed in `build.sbt`.
=======
expressions may be interspersed with `val`s, `lazy val`s, and `def`s.
Top-level `object`s and `class`es are not allowed in `build.sbt`.
>>>>>>> 2caadce... Small changes
Those should go in the `project/` directory as full Scala source files.

On the left, :key:`name`, :key:`version`, and :key:`scalaVersion` are *keys*. A
Expand Down

0 comments on commit 3e6760b

Please sign in to comment.