From bacfc4e66073d77419f5e8f561f7939a9fa0d668 Mon Sep 17 00:00:00 2001 From: Kurt Date: Sat, 30 Jul 2016 17:03:27 -0400 Subject: Fix lint violation in documentation --- fpdf.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fpdf.go') diff --git a/fpdf.go b/fpdf.go index b06e048..b6508f5 100644 --- a/fpdf.go +++ b/fpdf.go @@ -1405,8 +1405,8 @@ func (f *Fpdf) AddFont(familyStr, styleStr, fileStr string) { f.AddFontFromReader(familyStr, styleStr, file) } -// AddFont imports a TrueType, OpenType or Type1 font and makes it available -// for use in the generated document. +// AddFontFronBytes imports a TrueType, OpenType or Type1 font and makes it +// available for use in the generated document. // // family specifies the font family. The name can be chosen arbitrarily. If it // is a standard family name, it will override the corresponding font. This -- cgit v1.2.1-24-ge1ad