Skip to content

Commit 58c9375

Browse files
committed
documentation update
1 parent 84dd10d commit 58c9375

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/api/soql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1630,7 +1630,7 @@ SOQL.of(Account.SObjectType).count().toInteger();
16301630

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

1633-
When there is no record to assign the `List has no rows for assignment to SObject` will occur.
1633+
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.
16341634

16351635
**Signature**
16361636

0 commit comments

Comments
 (0)