mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Fix two typos in Javadocs (#750)
This commit is contained in:
parent
e8d9002390
commit
dcde8a30a6
|
@ -20,7 +20,7 @@ import java.util.ArrayList;
|
|||
import java.util.List;
|
||||
|
||||
/**
|
||||
* <p>Implements Reed-Solomon enbcoding, as the name implies.</p>
|
||||
* <p>Implements Reed-Solomon encoding, as the name implies.</p>
|
||||
*
|
||||
* @author Sean Owen
|
||||
* @author William Rucklidge
|
||||
|
|
|
@ -24,7 +24,7 @@ import com.google.gwt.user.client.ui.TextBox;
|
|||
import com.google.gwt.user.client.ui.Widget;
|
||||
|
||||
/**
|
||||
* A Generator for contact informations, output is in MeCard format.
|
||||
* A Generator for contact information, output is in MeCard format.
|
||||
*
|
||||
* @author Yohann Coppel
|
||||
* @author Sean Owen
|
||||
|
|
Loading…
Reference in a new issue