Skip to content

Commit

Permalink
C13890: Show code for link in target versions (dotnet#4641)
Browse files Browse the repository at this point in the history
Hello, @BillWagner, 

Localization team has reported source content issue that causes localized version to have broken format compared to en-us version.  

Please, help to check my proposed file change into the article and help to merge if you agree with fix. If not, please, let me know either if you would like me to fix it in another way within this PR, if you prefer to fix it in another PR or if I should close this PR as by-design. In case of using another PR, please, let me know of your PR number, so we can confirm and close this PR. 

Many thanks in advance.
  • Loading branch information
carolinacmoravia authored and mairaw committed Mar 14, 2018
1 parent 9e6ad48 commit de5c1f9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ In C#, an *operator* is a program element that is applied to one or more *operan
|----------------|-----------------|
|[+](../../../csharp/language-reference/operators/addition-operator.md)x|Identity|
|[-](../../../csharp/language-reference/operators/subtraction-operator.md)x|Negation|
|[!](../../../csharp/language-reference/operators/logical-negation-operator.md)x|Logical negation|
|[\!](../../../csharp/language-reference/operators/logical-negation-operator.md)x|Logical negation|
|[~](../../../csharp/language-reference/operators/bitwise-complement-operator.md)x|Bitwise negation|
|[++](../../../csharp/language-reference/operators/increment-operator.md)x|Pre-increment|
|[--](../../../csharp/language-reference/operators/decrement-operator.md)x|Pre-decrement|
Expand Down

0 comments on commit de5c1f9

Please sign in to comment.