Skip to content

Commit

Permalink
Update other-operators.md English version (#856)
Browse files Browse the repository at this point in the history
- Update English version of other-operators.md according to its
  Portuguese version

Signed-off-by: Adriano Vieira <adriano.vieira@zup.com.br>
  • Loading branch information
adrianovieira committed Mar 4, 2022
1 parent fbab128 commit 7ea68e5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/en/api/operations/other-operators.md
@@ -1,6 +1,6 @@
---
title: Other operators
weight: 348
weight: 373
description: You will find a description of other operators.
---

Expand All @@ -16,7 +16,7 @@ description: You will find a description of other operators.

### Example

A context with `numbersArray` id that has **\[0, 1, 2, 3, 4\]** as value and the operation length was used in one component Text to get the size of this array, see below:
A context with `numbersArray` id that has **\[0, 1, 2, 3, 4\]** as value and the operation `length` was used in one component Text to get the size of this array, see below:

{{< tabs id="T146" >}}
{{% tab name="JSON" %}}
Expand Down Expand Up @@ -53,7 +53,7 @@ fun screen() = Screen(child =
Text(text = "Array [0, 1, 2, 3, 4] has size: "),
Text(
expressionOf("@{length(numbersArray)}")
).setStyle{ backgroundColor = "#00FF00" }
).setStyle{ backgroundColor = constant("#00FF00") }
)
)
)
Expand Down

0 comments on commit 7ea68e5

Please sign in to comment.