lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 24a5a5db 2/7: Punctuate 'e.g.' and 'i.e.' con


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 24a5a5db 2/7: Punctuate 'e.g.' and 'i.e.' consistently
Date: Thu, 23 Jun 2022 18:33:52 -0400 (EDT)

branch: master
commit 24a5a5dba57239dc0e654455c6c25fd060f2b105
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Punctuate 'e.g.' and 'i.e.' consistently
---
 input_sequence.cpp | 4 ++--
 mc_enum.cpp        | 2 +-
 rtti_lmi.hpp       | 2 +-
 set_toolchain.sh   | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/input_sequence.cpp b/input_sequence.cpp
index a940ff6e..71a8d873 100644
--- a/input_sequence.cpp
+++ b/input_sequence.cpp
@@ -131,7 +131,7 @@ InputSequence::InputSequence
     assert_sane_and_ordered_partition(intervals_, a_years_to_maturity);
 }
 
-/// Construct from vector: e.g, a a a b b --> a[0,3); b[3,4).
+/// Construct from vector: e.g., a a a b b --> a[0,3); b[3,4).
 ///
 /// Accessible only by unit test or through free function template
 /// canonicalized_input_sequence().
@@ -147,7 +147,7 @@ InputSequence::InputSequence(std::vector<std::string> 
const& v)
     assert_sane_and_ordered_partition(intervals_, years_to_maturity_);
 }
 
-/// Construct from vector: e.g, 1 1 1 2 2 --> 1[0,3); 2[3,4).
+/// Construct from vector: e.g., 1 1 1 2 2 --> 1[0,3); 2[3,4).
 ///
 /// Accessible only by unit test or through free function template
 /// canonicalized_input_sequence().
diff --git a/mc_enum.cpp b/mc_enum.cpp
index b30183fc..327c86eb 100644
--- a/mc_enum.cpp
+++ b/mc_enum.cpp
@@ -35,7 +35,7 @@ mc_enum_base::mc_enum_base(int cardinality_of_the_enumeration)
 /// Permit or forbid a particular enumerative choice.
 ///
 /// The 'index' argument is the index of the enumerator within the
-/// enumeration (i.e, what ordinal() returns), which does not
+/// enumeration (i.e., what ordinal() returns), which does not
 /// necessarily equal the value of the enumerator.
 ///
 /// Throws (via at()) if 'index' is out of range.
diff --git a/rtti_lmi.hpp b/rtti_lmi.hpp
index 3ab2f7d0..4cbafed8 100644
--- a/rtti_lmi.hpp
+++ b/rtti_lmi.hpp
@@ -68,7 +68,7 @@ namespace lmi
 ///   CopyConstructible
 ///   EqualityComparable
 ///   LessThanComparable
-/// and may therefore be used, e.g, in containers and with standard
+/// and may therefore be used, e.g., in containers and with standard
 /// algorithms. It is not
 ///   DefaultConstructible
 /// because that does not seem useful. It is
diff --git a/set_toolchain.sh b/set_toolchain.sh
index 534a2fda..25bd8266 100755
--- a/set_toolchain.sh
+++ b/set_toolchain.sh
@@ -43,7 +43,7 @@
 # similarly overridable, along with other directories--perhaps even
 # platform-specific ones like $mingw_bin_dir.
 
-# Unimplemented alternative: use symlinks, e.g:
+# Unimplemented alternative: use symlinks, e.g.:
 #   ln --symbolic --force --no-dereference \
 #   /opt/lmi/"${LMI_COMPILER}_${LMI_TRIPLET}"/bin /opt/lmi/bin
 # and likewise for all other directories. Depending on symlinks



reply via email to

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