From 34e54dbfc94c0303e5027438c70c50f012ce5fe8 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 11 Jan 2023 22:30:06 -0500 Subject: [PATCH] grammar --- SECURITY.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SECURITY.md b/SECURITY.md index 7b0ed1f560..72df31791e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -30,9 +30,9 @@ for unicode characters and only all-ASCII source code is accepted. # Version Updates -LAMMPS follows continuous release development model. We aim to keep to -keep the development version (develop branch) always fully functional -and employ a variety of automatic testing procedures to detect failures +LAMMPS follows a continuous release development model. We aim to keep +the development version (develop branch) always fully functional and +employ a variety of automatic testing procedures to detect failures of existing functionality from adding or modifying features. Most of those tests are run on pull requests *before* merging to the development branch. The develop branch is protected, so all changes *must* be