Skip to content

Commit 99281bd

Browse files
Update docs-parts/queries/11-Universal-Sets_lang1.rst
Co-Authored-By: austin-hilberg <[email protected]>
1 parent 5a78af9 commit 99281bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-parts/queries/11-Universal-Sets_lang1.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
U('home_state').aggr(university.Student, 'count(*)->n')
1616
1717
% Total number of students in the database
18-
U().aggr(university.Student, 'count(*)->n')
18+
aggr(U(), university.Student, 'count(*)->n')

0 commit comments

Comments
 (0)