Correct typo when referring to 64 bit
authorCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Tue, 17 May 2016 22:33:13 +0000 (18:33 -0400)
committerCarol (Nichols || Goulding) <carol.nichols@gmail.com>
Tue, 17 May 2016 22:33:13 +0000 (18:33 -0400)
src/doc/specifying-dependencies.md

index 74335e12c42a78b2d629279d038529649f07bac1..bfa92e9e69040943d10cd972d17c3315fa2443c6 100644 (file)
@@ -249,7 +249,7 @@ openssl = "1.0.1"
 native = { path = "native/i686" }
 
 [target.'cfg(target_pointer_width = "64")'.dependencies]
-native = { path = "native/i686" }
+native = { path = "native/x86_64" }
 ```
 
 Like with Rust, the syntax here supports the `not`, `any`, and `all` operators