[fix] fixed typo in documentation

This commit is contained in:
Daniel_M_Williams 2020-05-15 19:55:54 -04:00
parent a1a777266b
commit e400c8aeac

View File

@ -299,7 +299,7 @@ public abstract class FinSet extends ExternalComponent implements RingInstanceab
/** /**
* internally, set the internal offset and optionally validate tab * internally, set the internal offset and optionally validate tab
* *
* @param offsetRequest new requested tob offset * @param offsetRequest new requested tab offset
*/ */
public void setTabOffset( final double offsetRequest) { public void setTabOffset( final double offsetRequest) {
tabOffset = offsetRequest; tabOffset = offsetRequest;