We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df6250 commit 0130f8dCopy full SHA for 0130f8d
1 file changed
src/node_dotenv.cc
@@ -102,8 +102,8 @@ MaybeLocal<Object> Dotenv::ToObject(Environment* env) const {
102
return scope.Escape(result);
103
}
104
105
-// Removes leading and trailing spaces (spaces, tabs, and newlines) from a string_view
106
-// Returns an empty string_view if the input is empty
+// Removes leading and trailing spaces from a string_view.
+// Returns an empty string_view if the input is empty.
107
// Example:
108
// trim_spaces(" hello ") -> "hello"
109
// trim_spaces("") -> ""
0 commit comments