mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -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;
|
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 Sean Owen
|
||||||
* @author William Rucklidge
|
* @author William Rucklidge
|
||||||
|
|
|
@ -24,7 +24,7 @@ import com.google.gwt.user.client.ui.TextBox;
|
||||||
import com.google.gwt.user.client.ui.Widget;
|
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 Yohann Coppel
|
||||||
* @author Sean Owen
|
* @author Sean Owen
|
||||||
|
|
Loading…
Reference in a new issue