From c82b771869c254437161f8d56cb1c4831166915f Mon Sep 17 00:00:00 2001 From: Josh Suereth Date: Tue, 21 Jan 2014 09:36:03 -0800 Subject: [PATCH] Updated Server Client level API (markdown) --- Server-Client-level-API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server-Client-level-API.md b/Server-Client-level-API.md index 905fda9..511dc18 100644 --- a/Server-Client-level-API.md +++ b/Server-Client-level-API.md @@ -54,8 +54,8 @@ trait SbtClient extends Closeable { * @return A set of "completion" strings that could be used as sbt commands. These * completions are triples of: * - the string to append - * - the string to display to users - * - a flag? + * - the the full token being completed (for display to users) + * - a flag denoting if this completion is for an empty string. */ def possibleAutocompletions(partialCommand: String, detailLevel: Int): Future[Set[Completion]]