We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea87dce commit 03b05daCopy full SHA for 03b05da
README.md
@@ -58,5 +58,5 @@ If upload was not successful, the function will return an empty string `""`. Not
58
// Then upload process will fail, and the upload() function returns an empty string :point_down:
59
60
$myVariable = "String type";
61
-$fileName = upload ($myVariable); // empty string `""`
+$fileName = upload ($myVariable); // empty string ""
62
```
0 commit comments