Skip to content

Commit fdfead6

Browse files
committed
adjust docs
1 parent f5058c1 commit fdfead6

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

cocoa-foundation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ objc = "0.2.3"
2121

2222
[features]
2323
default = ["link"]
24-
# Use static linking for frameworks. Disale to manually link. Enabled by default.
24+
# Disable to manually link. Enabled by default.
2525
link = ["core-foundation/link", "core-graphics-types/link"]
2626

cocoa/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ objc = "0.2.3"
2323

2424
[features]
2525
default = ["link"]
26-
# Use static linking for frameworks. Disale to manually link. Enabled by default.
26+
# Disable to manually link. Enabled by default.
2727
link = ["core-foundation/link", "cocoa-foundation/link", "core-graphics/link"]

core-foundation-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ license = "MIT OR Apache-2.0"
1313
default = ["link"]
1414
mac_os_10_7_support = [] # backwards compatibility
1515
mac_os_10_8_features = [] # enables new features
16-
# Use static linking for frameworks. Disale to manually link. Enabled by default.
16+
# Disable to manually link. Enabled by default.
1717
link = []
1818

1919
[package.metadata.docs.rs]

core-foundation/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mac_os_10_7_support = ["core-foundation-sys/mac_os_10_7_support"] # backwards co
2525
mac_os_10_8_features = ["core-foundation-sys/mac_os_10_8_features"] # enables new features
2626
with-chrono = ["chrono"]
2727
with-uuid = ["uuid"]
28-
# Use static linking for frameworks. Disale to manually link. Enabled by default.
28+
# Disable to manually link. Enabled by default.
2929
link = ["core-foundation-sys/link"]
3030

3131

core-graphics-types/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ libc = "0.2"
1414

1515
[features]
1616
default = ["link"]
17-
# Use static linking for frameworks. Disale to manually link. Enabled by default.
17+
# Disable to manually link. Enabled by default.
1818
link = ["core-foundation/link"]
1919

2020
[package.metadata.docs.rs]

core-graphics/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ license = "MIT OR Apache-2.0"
1111
default = ["link"]
1212
elcapitan = []
1313
highsierra = []
14-
# Use static linking for frameworks. Disale to manually link. Enabled by default.
14+
# Disable to manually link. Enabled by default.
1515
link = ["core-foundation/link", "core-graphics-types/link"]
1616

1717
[dependencies]

core-text/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ default = ["mountainlion", "link"]
1414
# For OS X 10.7 compat, exclude this feature. It will exclude some things from
1515
# the exposed APIs in the crate.
1616
mountainlion = []
17-
# Use static linking for frameworks. Disale to manually link. Enabled by default.
17+
# Disable to manually link. Enabled by default.
1818
link = ["core-foundation/link", "core-graphics/link"]
1919

2020
[dependencies]

io-surface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ leaky-cow = "0.1.1"
1919

2020
[features]
2121
default = ["link"]
22-
# Use static linking for frameworks. Disale to manually link. Enabled by default.
22+
# Disable to manually link. Enabled by default.
2323
link = ["core-foundation/link", "core-foundation-sys/link"]

0 commit comments

Comments
 (0)