Skip to content

Commit

Permalink
Merge pull request #3 from math-comp/reasonning-typo
Browse files Browse the repository at this point in the history
Fixing typo
  • Loading branch information
CohenCyril authored Sep 28, 2020
2 parents 4d3b2ba + 21fac7a commit 4537fd9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Build Status](https://travis-ci.org/math-comp/bigenough.svg?branch=master)](https://travis-ci.org/math-comp/bigenough)

# A small library to do epsilon - N reasonning.
# A small library to do epsilon - N reasoning.

The repository contains a package to reasoning with big enough objects (mostly natural numbers).

Expand Down
2 changes: 1 addition & 1 deletion bigenough.v
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ From mathcomp
Require Import ssrfun ssrbool eqtype ssrnat seq choice fintype.

(****************************************************************************)
(* This is a small library to do epsilon - N reasonning. *)
(* This is a small library to do epsilon - N reasoning. *)
(* In order to use it, one only has to know the following tactics: *)
(* *)
(* pose_big_enough i == pose a big enough natural number i *)
Expand Down
2 changes: 1 addition & 1 deletion descr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
A small library to do epsilon - N reasonning.
A small library to do epsilon - N reasoning.

The repository contains a package to reasoning with big enough objects
(mostly natural numbers). This repository is essentially for archiving
Expand Down
2 changes: 1 addition & 1 deletion opam
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ install: [ make "install" ]
remove: [ "sh" "-c" "rm -rf '%{lib}%/coq/user-contrib/mathcomp/bigenough'" ]
depends: [ "coq-mathcomp-ssreflect" { (>= "1.6.0" | = "dev") } ]

tags: [ "keyword:bigenough" "keyword:asymptotic reasonning" "keyword:small scale reflection" "keyword:mathematical components" ]
tags: [ "keyword:bigenough" "keyword:asymptotic reasoning" "keyword:small scale reflection" "keyword:mathematical components" ]
authors: [ "Cyril Cohen <[email protected]>" ]

0 comments on commit 4537fd9

Please sign in to comment.