Skip to content

Commit

Permalink
metadata fix
Browse files Browse the repository at this point in the history
  • Loading branch information
palmskog committed Aug 20, 2020
1 parent 259f6df commit 9511183
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@

A proof of correctness of the algorithm for computing prime
numbers as described in "The Art of Computer Programming:
Fundamental Algorithms" by Knuth, pp. 147-149, as an
application of Bertrand's postulate.
Fundamental Algorithms" by Knuth, pp. 147-149, and an
application using Bertrand's postulate.


## Meta
Expand Down
4 changes: 2 additions & 2 deletions coq-bertrand.opam
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ synopsis: "Correctness of Knuth's algorithm for prime numbers"
description: """
A proof of correctness of the algorithm for computing prime
numbers as described in "The Art of Computer Programming:
Fundamental Algorithms" by Knuth, pp. 147-149, as an
application of Bertrand's postulate.
Fundamental Algorithms" by Knuth, pp. 147-149, and an
application using Bertrand's postulate.
"""

build: [make "-j%{jobs}%" ]
Expand Down
4 changes: 2 additions & 2 deletions meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ synopsis: Correctness of Knuth's algorithm for prime numbers
description: |
A proof of correctness of the algorithm for computing prime
numbers as described in "The Art of Computer Programming:
Fundamental Algorithms" by Knuth, pp. 147-149, as an
application of Bertrand's postulate.
Fundamental Algorithms" by Knuth, pp. 147-149, and an
application using Bertrand's postulate.
publications:
- pub_url: https://link.springer.com/chapter/10.1007%2F10930755_20
Expand Down

0 comments on commit 9511183

Please sign in to comment.