From 8b99dec7337975798aa28649b61e8c144a8f2c77 Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Sun, 6 Aug 2023 13:44:35 -0700 Subject: [PATCH] regsim: fix typo in CHANGELOG --- regsim/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regsim/CHANGELOG.md b/regsim/CHANGELOG.md index e8aa6dd2..e3c7f99b 100644 --- a/regsim/CHANGELOG.md +++ b/regsim/CHANGELOG.md @@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed `Sn_RX_RSR` changing value between reading byte 0 and byte 1. -- Fixed a panic condition that occured when socket buffer pointers wrapped. +- Fixed a panic condition that occurred when socket buffer pointers wrapped. ## [0.1.0-alpha.8] - 2022-04-10 ### Added