From 36a563f0ba98b9bd6a56573b0c92c196c96b42a4 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Mon, 19 Dec 2016 02:14:12 -0500 Subject: [PATCH] Fixed title of one of the pages to include spaces. --- source/documentation/explicit-buffer-handling.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/documentation/explicit-buffer-handling.html.md b/source/documentation/explicit-buffer-handling.html.md index e665535..057152d 100644 --- a/source/documentation/explicit-buffer-handling.html.md +++ b/source/documentation/explicit-buffer-handling.html.md @@ -1,5 +1,5 @@ --- -title: ExplicitBufferHandling +title: Explicit Buffer Handling description: How to minimize buffer transfers. --- @@ -261,4 +261,4 @@ Kernel kernel = new Kernel(){ }; kernel.execute(HUGE, 1000); -``` \ No newline at end of file +``` -- GitLab