Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
pgajek2 committed Nov 25, 2023
1 parent 84dd10d commit 58c9375
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 @@ -1630,7 +1630,7 @@ SOQL.of(Account.SObjectType).count().toInteger();

When list of records is greater than 1 the `List has more than 1 row for assignment to SObject` will occur.

When there is no record to assign the `List has no rows for assignment to SObject` will occur.
When there is no record to assign the `List has no rows for assignment to SObject` will **NOT** occur. . It is automatically handled by the framework, and a `null` value will be returned instead.

**Signature**

Expand Down

1 comment on commit 58c9375

@vercel
Copy link

@vercel vercel bot commented on 58c9375 Nov 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.