Skip to content

Commit

Permalink
Fix emdash in azurefs.h
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba committed Apr 27, 2024
1 parent 0a5cbb3 commit 703137e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/filesystem/azurefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ struct ARROW_EXPORT AzureOptions {
/// overwriting.
/// - When you use the ListBlobs operation without specifying a delimiter, the results
/// include both directories and blobs. If you choose to use a delimiter, use only a
/// forward slash (/) -- the only supported delimiter.
/// forward slash (/) \--- the only supported delimiter.
/// - If you use the DeleteBlob API to delete a directory, that directory is deleted only
/// if it's empty. This means that you can't use the Blob API delete directories
/// recursively.
Expand Down

0 comments on commit 703137e

Please sign in to comment.