Skip to content

Commit 7e0c67f

Browse files
committed
fix
Signed-off-by: Piotr PG Gajek <[email protected]>
1 parent 85c79bc commit 7e0c67f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/api/standard-soql/soql-sub.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ SELECT Id, (
205205
```apex
206206
SOQL.of(Account.SObjectType)
207207
.with(SOQL.SubQuery.of('Contacts')
208-
.with('Id, Name, Phone, RecordTypeId, Title, Salutation)
208+
.with('Id, Name, Phone, RecordTypeId, Title, Salutation')
209209
)
210210
.toList();
211211
```

0 commit comments

Comments
 (0)