Index: libk.md ================================================================== --- libk.md +++ libk.md @@ -168,11 +168,11 @@ rule_kind_undialectical, rule_action_expropriate, rule_target_bourgeoisie }; -this makes code much more legible and has the added benefit of making the definitions easier to expand at a later date if new functionality values is needed without breaking the API or ABI. +this makes code much more legible and has the added benefit of making the definitions easier to expand at a later date if new functionality is needed without breaking the API or ABI. ## build process libk has a number of targets. all files generated by a `make` invocation will be stored in the folder "out" at the root of the repository. this directory may be deleted entirely to clean the repository.