Skip to content

Commit 03b05da

Browse files
authored
Add files via upload
1 parent ea87dce commit 03b05da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ If upload was not successful, the function will return an empty string `""`. Not
5858
// Then upload process will fail, and the upload() function returns an empty string :point_down:
5959
6060
$myVariable = "String type";
61-
$fileName = upload ($myVariable); // empty string `""`
61+
$fileName = upload ($myVariable); // empty string ""
6262
```

0 commit comments

Comments
 (0)