From a11a5317c524e31773b41a543b50c3b3f10e3322 Mon Sep 17 00:00:00 2001 From: Robbert Krebbers <mail@robbertkrebbers.nl> Date: Sun, 27 Sep 2020 10:05:26 +0200 Subject: [PATCH] Fix typo in CHANGELOG. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21f4246ed..1c7314b97 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,7 +17,7 @@ With this release, we dropped support for Coq 8.9. `frac_auth_agreeL` to `frac_auth_agree_L`, and `ufrac_auth_agreeL` to `ufrac_auth_agree_L`. * Add constructions to define a camera through restriction of the validity predicate - (`iso_cmra_mixin_restrict`) and through an isomophism (`iso_cmra_mixin`). + (`iso_cmra_mixin_restrict`) and through an isomorphism (`iso_cmra_mixin`). * Add a `frac_agree` library which encapsulates `frac * agree A` for some OFE `A`, and provides some useful lemmas. -- GitLab