Skip to content
Snippets Groups Projects
Commit fd7fb84b authored by Martin Vogel's avatar Martin Vogel
Browse files

refactor: fix typo (planning#2251)

parent 1faf74ed
No related branches found
No related tags found
1 merge request!434planning#2251 : Send large submission data as attachment
......@@ -200,7 +200,7 @@ public final class Attachment {
}
/**
* Creates an attachment for input-stream that <b>does not fit into memory</b> and will be stored as a file/path reference.
* Creates an attachment for an input-stream that <b>does not fit into memory</b> and will be stored as a file/path reference.
* This type of attachment will be chunked automatically.
*
* @param inputStream stream of the attachment file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment