Skip to content

Commit

Permalink
Fix typo in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
kornilova203 committed Aug 22, 2018
1 parent fad5595 commit 23fe188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/paradox/using-generated-bindings.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ and arrays by value (see @github[scala-native/scala-native#555](scala-native/sca

Now we can calculate angel between line segments:

@@snip [step-3] (../test/scala/org/scalanative/bindgen/docs/VectorSpec.scala) { #step-2 }
@@snip [step-3] (../test/scala/org/scalanative/bindgen/docs/VectorSpec.scala) { #step-3 }


[Scala Native memory management]: http://www.scala-native.org/en/latest/user/interop.html#memory-management
Expand Down

0 comments on commit 23fe188

Please sign in to comment.