We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13add46 commit eab7cbfCopy full SHA for eab7cbf
modules/48-conditionals/60-ternary-operator/ru/data.yml
@@ -3,6 +3,5 @@ name: Тернарный оператор
3
tips: []
4
definitions:
5
- name: Тернарный оператор
6
- description: >
7
- способ превратить простую условную инструкцию в выражение, например,
8
- `$number >= 0 ? $number : -$number`.
+ description: |
+ способ превратить простую условную инструкцию в выражение, например, `$number >= 0 ? $number : -$number`.
0 commit comments