This is an automated email from the ASF dual-hosted git repository.

nightowl888 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucenenet.git


The following commit(s) were added to refs/heads/master by this push:
     new d8202462c Update introduction.md
d8202462c is described below

commit d8202462c53adcd980e5337123eac19a323bdb9e
Author: Tom Wolf <tw...@hotmail.com>
AuthorDate: Sun Sep 17 18:36:41 2023 +0300

    Update introduction.md
    
    Fixed minor typo
---
 websites/site/quick-start/introduction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/websites/site/quick-start/introduction.md 
b/websites/site/quick-start/introduction.md
index 36e774238..a469e3bd3 100644
--- a/websites/site/quick-start/introduction.md
+++ b/websites/site/quick-start/introduction.md
@@ -16,7 +16,7 @@ The codebase for Apache Lucene is very mature.  In March 
2020, the open source p
 
 Apache Lucene.NET 4.8 is an open source project who's aim is to be a line by 
line c# port of java based Apache Lucene 4.8.  This port makes the power of 
Lucene available to all .NET developers. And makes it easy for them to 
contribute to the project or customize it since it's pure C#. 
 
-Currently Lucene.NET 4.8 is in Beta but it is extremely stable and many 
developers already use it in production. It has far more features then 
Lucene.NET 3.03 and has much better unit test coverage then the older version.  
Lucene.NET has more than 7800+ passing unit tests.  This test coverage is what 
makes Lucene.NET so stable.
+Currently Lucene.NET 4.8 is in Beta but it is extremely stable and many 
developers already use it in production. It has far more features than 
Lucene.NET 3.03 and has much better unit test coverage than the older version.  
Lucene.NET has more than 7800+ passing unit tests.  This test coverage is what 
makes Lucene.NET so stable.
 
 
 

Reply via email to