diff options
author | Jasper Ras <jras@hostnet.nl> | 2025-08-08 22:44:15 +0200 |
---|---|---|
committer | Jasper Ras <jras@hostnet.nl> | 2025-08-08 22:44:15 +0200 |
commit | 22675cd8dc75d8b8d4b0f818f5b093efbc364802 (patch) | |
tree | 90156d37dccf13f012d535e7d92273259e3d5c17 /Move ownership out of the function.md | |
parent | 295b343aecf330e830d79f06e0efc511e7d76da1 (diff) |
Diffstat (limited to 'Move ownership out of the function.md')
-rw-r--r-- | Move ownership out of the function.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Move ownership out of the function.md b/Move ownership out of the function.md new file mode 100644 index 0000000..0a9397a --- /dev/null +++ b/Move ownership out of the function.md @@ -0,0 +1 @@ +Don't return a reference to a string, instead just return the string.
\ No newline at end of file |