Skip to content

Commit

Permalink
Merge pull request #371 from f0y/patch-1
Browse files Browse the repository at this point in the history
fix typo in mappings example
  • Loading branch information
muuki88 committed Oct 8, 2014
2 parents a5caa26 + 9192cb7 commit dd55465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sphinx/DetailedTopics/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ what you need. After this section there are smaller examples, showing how you ca
// case class copy method. Specify only what you need.
// returns a fresh LinuxPackageMapping
linuxPackage.copy(
mappings = filterd,
mappings = filtered,
fileData = fileData
)
} filter {
Expand Down

0 comments on commit dd55465

Please sign in to comment.