From 3c478fa22584c6ed0bc9bd27ce2ecc613950cd6f Mon Sep 17 00:00:00 2001 From: Pedro Salgado Date: Mon, 13 Jul 2015 10:41:34 -0600 Subject: [PATCH] rephrase sentence. --- docs/web-services.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/web-services.md b/docs/web-services.md index 469bfb4b..ebc3d2e5 100644 --- a/docs/web-services.md +++ b/docs/web-services.md @@ -1,8 +1,8 @@ ## Web Services -Mithril provides a high-level utility for working with web services, which allows writing asynchronous code relatively procedurally. +Mithril allows writing asynchronous code in a procedural way through a high-level utility for working with web services. -It provides a number of useful features out of the box: +This utility provides a number of useful features out of the box: - The ability to get an early reference to a container that will hold the asynchronous response - The ability to queue operations to be performed after the asynchronous request completes