diff --git a/docs/concepts/index.md b/docs/concepts/index.md index 1b1d0fc..6d4ac64 100644 --- a/docs/concepts/index.md +++ b/docs/concepts/index.md @@ -20,7 +20,7 @@ You can get the library via [NuGet](http://www.nuget.org) if you have the extens device.OpenAsync(); // Create event handler for receiving messages: - private void device_NmeaMessageReceived(NmeaDevice sender, NmeaMessageReceivedEventArgs args) + private void device_NmeaMessageReceived(object sender, NmeaMessageReceivedEventArgs args) { // called when a message is received if(args.Message is NmeaParser.Messages.Rmc rmc)