-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Spelling #1813
Open
jsoref
wants to merge
70
commits into
microsoft:master
Choose a base branch
from
jsoref:spelling
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+166
−166
Open
Spelling #1813
Changes from all commits
Commits
Show all changes
70 commits
Select commit
Hold shift + click to select a range
b265671
link: documentation for iOS compilation
jsoref a8fb56f
make format easier to read
jsoref 511cfa6
spelling: above
jsoref 7b7cc22
spelling: ambiguity
jsoref 9e96d0f
spelling: an
jsoref 85ce393
spelling: anymore
jsoref 4b62944
spelling: architecture
jsoref 668acff
spelling: asynchronously
jsoref 88b5584
spelling: available
jsoref bf48ef1
spelling: because
jsoref b28e7e7
spelling: beginning
jsoref 820d23a
spelling: braces
jsoref f2c1a07
spelling: canceled
jsoref 4f68c0b
spelling: cannot
jsoref ba3d78b
spelling: cards.png
jsoref ac70b42
spelling: carriage
jsoref 619546b
spelling: case-insensitive
jsoref a9bf698
spelling: case-sensitive
jsoref 82268e7
spelling: command
jsoref 443ccc5
spelling: consumer
jsoref f5d4454
spelling: continue
jsoref de0a6f6
spelling: conversion
jsoref 5eea00c
spelling: delimiter
jsoref 8fd3dc4
spelling: description
jsoref b2e0e45
spelling: doesn't
jsoref d53c601
spelling: encoded
jsoref b8d7178
spelling: file
jsoref c53a93e
spelling: github
jsoref d834002
spelling: http
jsoref 74a5041
spelling: initial
jsoref 2c7a6c9
spelling: instantiate
jsoref 8c37e94
spelling: its
jsoref 60485c4
spelling: javascript
jsoref 4adcf30
spelling: latitude
jsoref 7469884
spelling: length
jsoref 3b9597c
spelling: local
jsoref afd1ecd
spelling: macos
jsoref 748d36d
spelling: mnemonics
jsoref ef25983
spelling: options
jsoref dcf13f0
spelling: outputting
jsoref a5972f7
spelling: overriding
jsoref 6a081f8
spelling: permissions
jsoref a3ab462
spelling: players
jsoref 36a13c7
spelling: propagated
jsoref 418f129
spelling: query
jsoref 303dfbb
spelling: receive
jsoref 773d869
spelling: remarks
jsoref b99fc00
spelling: restriction
jsoref 08cbf55
spelling: revisit
jsoref 3ae793a
spelling: separated
jsoref 43cd800
spelling: separately
jsoref f4fa636
spelling: serialization
jsoref fd7c567
spelling: server
jsoref 9c15a85
spelling: setand
jsoref c2a7c18
spelling: smallsha1
jsoref 858cb05
spelling: specific
jsoref 7ba16b2
spelling: specifying
jsoref 2474170
spelling: statement
jsoref cb6caf5
spelling: subtracting
jsoref a083ccb
spelling: succeeds
jsoref 19bdfb1
spelling: successfully
jsoref df379d1
spelling: task
jsoref f1e7863
spelling: the
jsoref 112a20d
spelling: thread count
jsoref d120a80
spelling: to which the gridview binds
jsoref 68ab880
spelling: transfer
jsoref 4b11b9d
spelling: transferred
jsoref 2081008
spelling: transparent
jsoref 8088906
spelling: vector
jsoref 6872296
spelling: will
jsoref File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Please consult the documentation [here](https://github.com/Microsoft/cpprestsdk/wiki/How-to-build-for-iOS) for iOS compilation. | ||
Please consult the [documentation for iOS compilation](https://github.com/Microsoft/cpprestsdk/wiki/How-to-build-for-iOS). | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -782,7 +782,7 @@ enum json_error | |
malformed_numeric_literal, | ||
malformed_string_literal, | ||
malformed_token, | ||
mismatched_brances, | ||
mismatched_braces, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this could be an API break |
||
nesting, | ||
unexpected_token | ||
}; | ||
|
@@ -805,7 +805,7 @@ class json_error_category_impl : public std::error_category | |
case json_error::malformed_numeric_literal: return "Malformed numeric literal"; | ||
case json_error::malformed_string_literal: return "Malformed string literal"; | ||
case json_error::malformed_token: return "Malformed token"; | ||
case json_error::mismatched_brances: return "Mismatched braces"; | ||
case json_error::mismatched_braces: return "Mismatched braces"; | ||
case json_error::nesting: return "Nesting too deep"; | ||
case json_error::unexpected_token: return "Unexpected token"; | ||
default: return "Unknown json error"; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is based on an accessibility complaint (for people using screen readers):
Do not use
(click) here
linksFor more information, see: