From 5d366e98fb16305ca918afaac0bb5bd276550299 Mon Sep 17 00:00:00 2001 From: Thomas Nowotny Date: Fri, 12 Jun 2015 22:38:28 +0100 Subject: [PATCH] Fixed a typo in the release notes for version 2.1. --- releaseNotes_V2.1.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releaseNotes_V2.1.markdown b/releaseNotes_V2.1.markdown index 63f4b8a147..3144f0e5f1 100644 --- a/releaseNotes_V2.1.markdown +++ b/releaseNotes_V2.1.markdown @@ -24,7 +24,7 @@ you may want to consider changing model parameters. 8. There is now a pre-defined neuron type "SPIKECOURCE" which is empty and can be used to define PyNN style spike source arrays. -9. The macros FLOAT and DOUBLE were replaced with GENN_FLOAT and GENN_DOUBLE due to name clahes with typedefs in Windows that define FLOAT and DOUBLE. +9. The macros FLOAT and DOUBLE were replaced with GENN_FLOAT and GENN_DOUBLE due to name clashes with typedefs in Windows that define FLOAT and DOUBLE. Developer Side Changes ----