Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: fix spelling error in feature flags #1286

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: fix spelling error in feature flags
  • Loading branch information
phlco committed Mar 27, 2015
commit 7e16921eff3706b58141ad5d5c0ab0b99a95b3ed
2 changes: 1 addition & 1 deletion deps/v8/src/flag-definitions.h
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ DEFINE_BOOL(use_strict, false, "enforce strict mode")

DEFINE_BOOL(es_staging, false, "enable all completed harmony features")
DEFINE_BOOL(harmony, false, "enable all completed harmony features")
DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony fetaures")
DEFINE_BOOL(harmony_shipping, true, "enable all shipped harmony features")
DEFINE_IMPLICATION(harmony, es_staging)
DEFINE_IMPLICATION(es_staging, harmony)

Expand Down
2 changes: 1 addition & 1 deletion doc/iojs.1
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ If set to 1 then colors will not be used in the REPL.
type: bool default: false
--harmony (enable all completed harmony features)
type: bool default: false
--harmony_shipping (enable all shipped harmony fetaures)
--harmony_shipping (enable all shipped harmony features)
type: bool default: true
--harmony_modules (enable "harmony modules (implies block scoping)" (in progress))
type: bool default: false
Expand Down