From 120b9a270059caf97a0110f1435a41cd0014c3ca Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Tue, 11 Sep 2018 01:59:46 +0100 Subject: [PATCH] update library's scratch pad to reflect the name change to applyGrid. --- DeathSocket/ScratchPad.fsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DeathSocket/ScratchPad.fsx b/DeathSocket/ScratchPad.fsx index 11d4f84..ed5ad1a 100644 --- a/DeathSocket/ScratchPad.fsx +++ b/DeathSocket/ScratchPad.fsx @@ -59,4 +59,4 @@ let spec = penWidth = float32 (10) rows = 10 columns = 10 } -GridPainter.applyGridToImage spec \ No newline at end of file +GridPainter.applyGrid spec \ No newline at end of file