Fix trailing whitespace

This commit is contained in:
Jan van Brügge
2017-11-09 13:12:32 +01:00
committed by GitHub
parent 27fd582d60
commit 81f249f1d3

View File

@@ -242,7 +242,7 @@ declare namespace R {
* the supplied arguments.
*/
applySpec<T>(obj: any): (...args: any[]) => T;
/**
* Takes a value and applies a function to it.
* This function is also known as the thrush combinator.