From a269f4f05bc276f64cf02aba4bef6e0ea5b5d06f Mon Sep 17 00:00:00 2001 From: Sashko Stubailo Date: Wed, 3 Sep 2014 10:37:40 -0700 Subject: [PATCH] Improve the mention of check at the end of methods --- docs/client/api.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/client/api.html b/docs/client/api.html index 99a3fa3da6..d79f1ca8e3 100644 --- a/docs/client/api.html +++ b/docs/client/api.html @@ -320,10 +320,9 @@ their stub version that update the local cache, and sending the same write request to the server. When the server responds, the client updates the local cache with the writes that actually occurred on the server. -The [`check` package](#match) allows you to use the [`check` function](#check) -to ensure your method arguments have the correct -[types and structure](#matchpatterns). Use it liberally -to catch unexpected input. +Since methods usually expect particular types as arguments, +use [`check`](#check) liberally to ensure your method arguments have +the correct [types and structure](#matchpatterns). {{> autoApiBox "MethodInvocation#userId"}}