Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 93de052

Browse files
authored
typo: Double word "empty"
1 parent b82616f commit 93de052

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/xquery/aggregate-functions-avg.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ fn:avg($arg as xdt:anyAtomicType*) as xdt:anyAtomicType?
3737
## Remarks
3838
All the types of the atomized values that are passed to **avg()** have to be a subtype of exactly one of the three built-in numeric base types or xdt:untypedAtomic. They cannot be a mixture. Values of type xdt:untypedAtomic are treated as xs:double. The result of **avg()** receives the base type of the passed in types, such as xs:double in the case of xdt:untypedAtomic.
3939

40-
If the input is statically empty empty is implied and a static error is raised.
40+
If the input is statically empty, empty is implied and a static error is raised.
4141

4242
The **avg()** function returns the average of the numbers computed. For example:
4343

0 commit comments

Comments
 (0)