Typo fixes (#537)

This commit is contained in:
Joseph Musser 2017-05-04 13:57:40 -04:00 committed by Neal Gafter
parent 6598b96fed
commit 7d6fe57574

View file

@ -138,7 +138,7 @@ A proposal to add such a helper class to the framework is underway at https://gi
- Like the other `Caller*` attributes, such as `CallerMemberName`, this attribute may only be used on parameters with default values.
- Multiple parameters marked with `CallerArgumentExpression` are permitted, as shown above.
- The attribute's namespace will be `System.Runtime.CompilerServices`.
- In the case `null` or a string that does not correspond to a parameter name (e.g. `"cnodition"`) is provided, an error will be raised during compilation.
- In the case of `null` or a string that does not correspond to a parameter name (e.g. `"condition"`) is provided, an error will be raised during compilation.
## Drawbacks
[drawbacks]: #drawbacks