lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master bd393d2 2/5: Clarify documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master bd393d2 2/5: Clarify documentation
Date: Wed, 25 Apr 2018 10:53:48 -0400 (EDT)

branch: master
commit bd393d2bc261f0876fbc866e808831a6d6936c2a
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Clarify documentation
---
 wx_table_generator.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wx_table_generator.hpp b/wx_table_generator.hpp
index 537478c..cf5de99 100644
--- a/wx_table_generator.hpp
+++ b/wx_table_generator.hpp
@@ -52,7 +52,7 @@ class wx_table_generator
     wx_table_generator(wxDC& dc, int left_margin, int total_width);
 
     // Adds a column to the table. The total number of added columns determines
-    // the number of the expected value in output_row() calls.
+    // the cardinality of the 'values' argument in output_row() calls.
     //
     // Providing an empty header suppresses the column display, while still
     // taking it into account in output_row(), providing a convenient way to



reply via email to

[Prev in Thread] Current Thread [Next in Thread]