Skip to content

Commit 7720f76

Browse files
committed
Add one more show case
1 parent 56d37e5 commit 7720f76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_sips/sips/2018-08-20-converters-among-optional-functions-partialfunctions-and-extractor-objects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ val csvRow: String => Option[Seq[String]] = { line =>
7272

7373
## Implementation
7474

75-
The `extract` method was originally implemented in a library: [Extractor.scala](https://github.com/ThoughtWorksInc/Extractor.scala), which has been used in Binding.scala in order to [extract patterns of XML literals](https://github.com/ThoughtWorksInc/Binding.scala/blob/10.0.x/XmlExtractor/src/main/scala/com/thoughtworks/binding/XmlExtractor.scala#L63).
75+
The `extract` method was originally implemented in a library: [Extractor.scala](https://github.com/ThoughtWorksInc/Extractor.scala), which has been used in [Binding.scala](https://github.com/ThoughtWorksInc/Binding.scala/blob/10.0.x/XmlExtractor/src/main/scala/com/thoughtworks/binding/XmlExtractor.scala#L63) and [sbt-api-mappings](https://github.com/ThoughtWorksInc/sbt-api-mappings/blob/f4e1353/src/main/scala/com/thoughtworks/sbtApiMappings/ApiMappings.scala#L48).
7676

7777
The new implementation aims to become part of core library. The pull request can be found at [#7111][2].
7878

0 commit comments

Comments
 (0)