Skip to content

Commit e644c17

Browse files
committed
Rephrase intro to types-of-values guide
1 parent a30cb67 commit e644c17

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/guide/types-of-values.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
# Types of values
22

3-
In HyperFormula, values can reference Numbers, Text, Logical, Date, Time, DateTime, Error, or Duration data.
4-
The type of the value depends on the data that the value is referencing.
5-
Functions may work differently based on the types of values.
3+
In HyperFormula, values can be of type Number, Text, Logical, Date, Time, DateTime, Error, Duration, Currency, or Percentage depending on the data.
4+
Functions may work differently based on the types of arguments.
65

76
| Type of value | Description |
87
|:---------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|

0 commit comments

Comments
 (0)