From 6944a542bb86865c2398649799af46d6c9882c57 Mon Sep 17 00:00:00 2001 From: nicolaiunrein Date: Mon, 30 Mar 2020 16:31:38 +0200 Subject: [PATCH] Update upload.rs --- src/types/upload.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/types/upload.rs b/src/types/upload.rs index b35ce15c..8b338727 100644 --- a/src/types/upload.rs +++ b/src/types/upload.rs @@ -34,8 +34,8 @@ use std::borrow::Cow; /// /// ``` /// # Example Curl Request -/// Assuming you have defined your mutation root like in the example above, you can now upload a file `myFile.txt` with the below curl -/// command: +/// Assuming you have defined your mutation root like in the example above, +/// you can now upload a file `myFile.txt` with the below curl command: /// /// ```curl /// curl POST 'localhost:8000' \