From fea3bcae1b32999decfe390b90fa26fff7c236fc Mon Sep 17 00:00:00 2001 From: Toby <userMe@myServer.fake> Date: ćšć, 02 1æ 2014 22:10:35 +0800 Subject: [PATCH] Corrected grammatical number agreement --- README.md | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80c134e..c8f2217 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [SCPI](http://en.wikipedia.org/wiki/Standard_Commands_for_Programmable_Instruments) Parser library aims to provide parsing ability of SCPI commands on instrument side. All commands are defined by their patterns eg: "STATus:QUEStionable:EVENt?". -Source codes are published with open source Simplified BSD license. +Source code is published with open source Simplified BSD license. Command pattern definition ----------- @@ -69,7 +69,7 @@ }; ``` -Then you need to initialize the interface callbacks' structure. If you don't want to provide some callbacks, just initialize it as `NULL`. The write callback is mandatory and is used to output data from the library. +Then you need to initialize the interface callbacks structure. If you don't want to provide some callbacks, just initialize it as `NULL`. The write callback is mandatory and is used to output data from the library. ```c scpi_interface_t scpi_interface = { -- Gitblit v1.9.1