Skip to content

Commit

Permalink
Merge branch 'document'
Browse files Browse the repository at this point in the history
(cherry picked from commit 2f89856)
  • Loading branch information
kaorut committed Mar 28, 2021
1 parent 3bf2406 commit 3171caa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace tetengo::lattice
explicit wildcard_constraint_element(std::size_t preceding_step);

/*!
\brief Destroys the node constraint element.
\brief Destroys the wildcard constraint element.
*/
virtual ~wildcard_constraint_element();

Expand Down
6 changes: 3 additions & 3 deletions library/text/cpp/include/tetengo/text/grapheme_splitter.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ namespace tetengo::text
// functions

/*!
\brief Returns true when one location is equal to another.
\brief Returns true when one grapheme is equal to another.
\param one One location.
\param another Another location.
\param one One grapheme.
\param another Another grapheme.
\retval true When one is equal to another.
\retval false Otherwise.
Expand Down
4 changes: 2 additions & 2 deletions sample/transfer_trains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Synopsis
--------

```sh
transer_trains timetable.txt
transfer_trains timetable.txt
```

Description
Expand Down Expand Up @@ -46,7 +46,7 @@ Here is the format of arrival and departure time cells:
- Blank
- Out of the operational section of the train.

Sample timetable files are supplied in data directory. (data directory is
There are sample timetable files supplied in data directory. (data directory is
located in the same directory where this README.md exists.)

- kagoshima_down.txt
Expand Down

0 comments on commit 3171caa

Please sign in to comment.