From d38e0cc80803e6781f8f70fc6a391b74ad92e6cc Mon Sep 17 00:00:00 2001 From: Webklex Date: Tue, 4 Feb 2020 15:15:46 +0100 Subject: [PATCH] Typo fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91568f5..4bdb9f8 100644 --- a/README.md +++ b/README.md @@ -751,7 +751,7 @@ if you're just wishing a feature ;) | getName | | string or null | Get attachment name | | getPartNumber | | int or null | Get attachment part number | | getContent | | string or null | Get attachment content | -| setSize | | int or null | Get attachment size | +| getSize | | int or null | Get attachment size | | getType | | string or null | Get attachment type | | getDisposition | | string or null | Get attachment disposition | | getContentType | | string or null | Get attachment content type |