diff options
author | Richard Walters <rwalters@digitalstirling.com> | 2018-07-01 23:27:14 -0700 |
---|---|---|
committer | Richard Walters <rwalters@digitalstirling.com> | 2018-07-01 23:27:14 -0700 |
commit | b9fed2eae03f6fb67c0497e486b2bbfec8b27a44 (patch) | |
tree | 4a3177e10c6c1fa0fa7d78c154f4f2ecf5c881c0 /src/IsCharacterInSet.cpp | |
parent | 16b5c56c4ecbbb5c6153f9e16228a8d8cf95c50d (diff) |
IsCharacterInSet: fix documentation
Diffstat (limited to 'src/IsCharacterInSet.cpp')
-rw-r--r-- | src/IsCharacterInSet.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/IsCharacterInSet.cpp b/src/IsCharacterInSet.cpp index 1b2882f..6b9f977 100644 --- a/src/IsCharacterInSet.cpp +++ b/src/IsCharacterInSet.cpp @@ -2,7 +2,7 @@ * @file IsCharacterInSet.cpp * * This module contains the implementation of the - * Uri::IsCharacterInSet function. + * Uri::IsCharacterInSet function and the CharacterSet class. * * © 2018 by Richard Walters */ |