Skip to content

Commit 76aad6a

Browse files
committed
Tweaks
1 parent 5edecfb commit 76aad6a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/getting-started.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebar_position: 2
44

55
import Link from '@docusaurus/Link';
66

7-
# Getting started
7+
# Getting Started
88

99
import Tabs from '@theme/Tabs';
1010
import TabItem from '@theme/TabItem';

docs/specification.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
sidebar_position: 6
33
---
44

5-
# Language specification
5+
# Language Specification
66

77
### Namespace
88

@@ -43,8 +43,8 @@ Apex also includes the following special types that are decoded into language-sp
4343
| `string` | a UTF-8 encoded string. |
4444
| `datetime` | a RFC 3339 formatted date / time / timezone. |
4545
| `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. |
4848

4949
### Collections
5050

0 commit comments

Comments
 (0)