File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ sidebar_position: 2
4
4
5
5
import Link from ' @docusaurus/Link' ;
6
6
7
- # Getting started
7
+ # Getting Started
8
8
9
9
import Tabs from ' @theme/Tabs' ;
10
10
import TabItem from ' @theme/TabItem' ;
Original file line number Diff line number Diff line change 2
2
sidebar_position : 6
3
3
---
4
4
5
- # Language specification
5
+ # Language Specification
6
6
7
7
### Namespace
8
8
@@ -43,8 +43,8 @@ Apex also includes the following special types that are decoded into language-sp
43
43
| ` string ` | a UTF-8 encoded string. |
44
44
| ` datetime ` | a RFC 3339 formatted date / time / timezone. |
45
45
| ` bytes ` | an array of bytes of arbitrary length. |
46
- | ` raw ` | a raw encoded value that can be decoded at a later point in the program. |
47
- | ` value ` | a free form encoded value that encapsulates any of the above types. |
46
+ | ` any ` | a raw encoded value that can be decoded at a later point in the program. |
47
+ | ` value ` | a free form encoded value that encapsulates any of the above types and includes a type discriminator. |
48
48
49
49
### Collections
50
50
You can’t perform that action at this time.
0 commit comments