From c2baec912867ba51d106a313bb0f835a6604643e Mon Sep 17 00:00:00 2001 From: Alex Konradi Date: Wed, 27 May 2020 15:10:35 -0400 Subject: [PATCH] remove first word --- abstracts/gfs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/abstracts/gfs.md b/abstracts/gfs.md index 591eee4..7db24b5 100644 --- a/abstracts/gfs.md +++ b/abstracts/gfs.md @@ -1,4 +1,4 @@ -We have designed and implemented the Google File System, a scalable distributed +have designed and implemented the Google File System, a scalable distributed file system for large distributed data-intensive applications. It provides fault tolerance while running on inexpensive commodity hardware, and it delivers high aggregate performance to a large number of clients.