Mark Str_Trim return value as incremented
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/caab9f0d Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/caab9f0d Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/caab9f0d Branch: refs/heads/master Commit: caab9f0d953f681d5bb5654eb2f9d681159f3d8f Parents: 86a6c98 Author: Nick Wellnhofer <wellnho...@aevum.de> Authored: Thu Oct 22 16:00:31 2015 +0200 Committer: Nick Wellnhofer <wellnho...@aevum.de> Committed: Wed Oct 28 15:35:18 2015 +0100 ---------------------------------------------------------------------- runtime/core/Clownfish/String.cfh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/caab9f0d/runtime/core/Clownfish/String.cfh ---------------------------------------------------------------------- diff --git a/runtime/core/Clownfish/String.cfh b/runtime/core/Clownfish/String.cfh index 7a20375..aca056d 100644 --- a/runtime/core/Clownfish/String.cfh +++ b/runtime/core/Clownfish/String.cfh @@ -219,17 +219,17 @@ public final class Clownfish::String nickname Str /** Remove Unicode whitespace characters from both top and tail. */ - String* + incremented String* Trim(String *self); /** Remove leading Unicode whitespace. */ - String* + incremented String* Trim_Top(String *self); /** Remove trailing Unicode whitespace. */ - String* + incremented String* Trim_Tail(String *self); /** Return the Unicode code point located `tick` code points in from the