Skip to content

Commit eab7cbf

Browse files
authored
Update data.yml
1 parent 13add46 commit eab7cbf

File tree

1 file changed

+2
-3
lines changed
  • modules/48-conditionals/60-ternary-operator/ru

1 file changed

+2
-3
lines changed

modules/48-conditionals/60-ternary-operator/ru/data.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ name: Тернарный оператор
33
tips: []
44
definitions:
55
- name: Тернарный оператор
6-
description: >
7-
способ превратить простую условную инструкцию в выражение, например,
8-
`$number >= 0 ? $number : -$number`.
6+
description: |
7+
способ превратить простую условную инструкцию в выражение, например, `$number >= 0 ? $number : -$number`.

0 commit comments

Comments
 (0)