From e97f0df3dfbd538a7c2a266df9e9753cc6db1279 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sun, 25 Jun 2017 23:18:32 -0600 Subject: [PATCH] Fix another comment. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02d6c1e..ec7a7a6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ff -`ff` is a finite field library written in pure Rust, with no `unsafe{}` code. This library relies on Rust's `i128_type` feature, which is currently only available in the nightly compiler. +`ff` is a finite field library written in pure Rust, with no `unsafe{}` code. ## Disclaimers