Fix doc-string

This commit is contained in:
Aleksandr Popitich
2016-06-29 14:32:47 +03:00
parent c3c178dad9
commit 83b741116c
+1 -1
View File
@@ -131,7 +131,7 @@ declare namespace adal {
/**
* Gets requestInfo from given hash.
* @returns {string} error message related to login
* @returns {RequestInfo} for appropriate hash.
*/
getRequestInfo(hash: string): RequestInfo;