Fix special character problem

This commit is contained in:
Umut Işık 2019-10-06 19:58:37 +03:00
parent 90b69f7946
commit 13ba6d83a8
1 changed files with 3 additions and 3 deletions

View File

@ -1445,8 +1445,8 @@ Operatörler | Bu ne işe yarıyor?
`>>=` | Sağ-Shift-Eşit
`&` | Bit tabanlı AND
`&=` | Bit tabanlı AND-Equal
`|` | Bit tabanlı OR
`|=` | Bit tabanlı OR-Equal
`\|` | Bit tabanlı OR
`\|=` | Bit tabanlı OR-Equal
`~` | Bit tabanlı NOT
`^` | Bit tabanlı XOR
`^=` | Bit tabanlı XOR-Equal
@ -1457,7 +1457,7 @@ Operatörler | Bu ne işe yarıyor?
--- | ---
`!` | DEĞİL
`&&` | VE
`||` | VEYA
`\|\|` | VEYA
## Çeşitli