Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
pgajek2 committed Dec 19, 2023
1 parent f5d009b commit d4d937a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/api/soql.md
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,7 @@ SOQL.of(Lead.SObjectType)
```

```sql
SELECT Company, toLabel(Recordtype.Name) FROM Lead
SELECT Company, toLabel('Recordtype.Name') FROM Lead
```
```apex
SOQL.of(Lead.SObjectType)
Expand Down

0 comments on commit d4d937a

Please sign in to comment.