diff --git a/tcpdf.php b/tcpdf.php
index a2cfdee..7cfd7ad 100644
--- a/tcpdf.php
+++ b/tcpdf.php
@@ -15502,8 +15502,7 @@ class TCPDF {
*
int $style['module_height'] height of a single module in points
* array $style['fgcolor'] color array for bars and text
* mixed $style['bgcolor'] color array for background or false for transparent
- * string $style['position'] barcode position on the page: L = left margin; C = center; R = right margin; S = stretch$style['module_width'] width of a single module in points
- * $style['module_height'] height of a single module in points
+ * string $style['position'] barcode position on the page: L = left margin; C = center; R = right margin; S = stretch
* @param $align (string) Indicates the alignment of the pointer next to barcode insertion relative to barcode height. The value can be:- T: top-right for LTR or top-left for RTL
- M: middle-right for LTR or middle-left for RTL
- B: bottom-right for LTR or bottom-left for RTL
- N: next line
* @param $distort (boolean) if true distort the barcode to fit width and height, otherwise preserve aspect ratio
* @author Nicola Asuni