(no commit message)
authorlkcl <lkcl@web>
Tue, 10 Mar 2020 18:35:40 +0000 (18:35 +0000)
committerIkiWiki <ikiwiki.info>
Tue, 10 Mar 2020 18:35:40 +0000 (18:35 +0000)
HDL_workflow.mdwn

index 87d8619b5084306098def737d52c1a1b94155ae0..a55734f4c2d8f18617e53a33a2b66c0ac8ffff10 100644 (file)
@@ -524,7 +524,7 @@ cover corner cases and take far less time to write
 
 ### Do not break existing code
 
-* keep working code working **at all times**. find ways to ensure that this is the case. examples include writing alternative classes that replace existing functionality and adding runtime optiobs to select between old and new code.
+* keep working code working **at all times**. find ways to ensure that this is the case. examples include writing alternative classes that replace existing functionality and adding runtime options to select between old and new code.
 
 ### Small commits with relevant commit message