Skip to content

Commit 80dd428

Browse files
authored
Merge pull request #177 from scala-native/docs-typo
Fix typo in docs: libposix -> libiconv
2 parents 5545527 + 2dbc9f4 commit 80dd428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/paradox/bindings/iconv.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Gradle
1313

1414
@@dependency[sbt,Maven,Gradle] {
1515
group="org.scala-native.bindgen"
16-
artifact="libposix_$scala.binary.version$"
16+
artifact="libiconv_$scala.binary.version$"
1717
version="$project.version$"
1818
}
1919

0 commit comments

Comments
 (0)