Skip to content

Commit ab2cdde

Browse files
committed
Fix references for pgt_sum_cache section of README
1 parent c4c354d commit ab2cdde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ sum cache that sums the length of a string column.
126126

127127
Arguments:
128128
main_table :: name of table holding counter cache column
129-
main_table_id_column :: column in main table matching counted_table_id_column in counted_table
129+
main_table_id_column :: column in main table matching summed_table_id_column in summed_table
130130
sum_column :: column in main table containing the sum cache
131131
summed_table :: name of table being summed
132132
summed_table_id_column :: column in summed_table matching main_table_id_column in main_table

0 commit comments

Comments
 (0)