From 58c9375516c64de1edf2080c8d1094bf979da054 Mon Sep 17 00:00:00 2001 From: Piotr PG Gajek Date: Sat, 25 Nov 2023 18:13:20 +0100 Subject: [PATCH] documentation update --- website/docs/api/soql.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/soql.md b/website/docs/api/soql.md index 98b4450..dbddf62 100644 --- a/website/docs/api/soql.md +++ b/website/docs/api/soql.md @@ -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**