[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lmi-commits] [lmi] master 270d295 1/6: Purge a vestige of unsignedness
From: |
Greg Chicares |
Subject: |
[lmi-commits] [lmi] master 270d295 1/6: Purge a vestige of unsignedness from a comment |
Date: |
Tue, 12 Jun 2018 17:50:19 -0400 (EDT) |
branch: master
commit 270d2952d47b8cd859960d296764f347ee8e383e
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>
Purge a vestige of unsignedness from a comment
---
miscellany.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/miscellany.cpp b/miscellany.cpp
index 59f1b07..1125b13 100644
--- a/miscellany.cpp
+++ b/miscellany.cpp
@@ -187,7 +187,7 @@ std::vector<std::string> split_into_lines(std::string
const& s)
}
// Assume that there is no newline at the end (or beginning) of
// the string: i.e., that all newline delimiters are internal--
- // hence "1u + ".
+ // hence "1 + ".
LMI_ASSERT(lmi::ssize(lines) == 1 + count_newlines(s));
return lines;
}
- [lmi-commits] [lmi] master updated (a80dbb6 -> d17155c), Greg Chicares, 2018/06/12
- [lmi-commits] [lmi] master 270d295 1/6: Purge a vestige of unsignedness from a comment,
Greg Chicares <=
- [lmi-commits] [lmi] master 31377a0 3/6: Improve documentation, Greg Chicares, 2018/06/12
- [lmi-commits] [lmi] master dd0e779 2/6: Move and rename a member function, Greg Chicares, 2018/06/12
- [lmi-commits] [lmi] master d17155c 6/6: Reimplement column_value_varies_across_cells(), Greg Chicares, 2018/06/12
- [lmi-commits] [lmi] master c9d6ebc 5/6: Add UponPasteCensusOut() to event table, Greg Chicares, 2018/06/12
- [lmi-commits] [lmi] master 8fc8f97 4/6: Rename a member function, Greg Chicares, 2018/06/12