From 6a6a7791e134f09cf63e0e59edb8d06ef8762f4b Mon Sep 17 00:00:00 2001 From: faiface <faiface@ksp.sk> Date: Fri, 2 Dec 2016 01:50:31 +0100 Subject: [PATCH] fix typo --- monitor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monitor.go b/monitor.go index 748af4f..9a941ef 100644 --- a/monitor.go +++ b/monitor.go @@ -28,7 +28,7 @@ func (m *Monitor) Name() string { return m.monitor.GetName() } -// PhysicalSize returns the size of the display are of a monitor in millimeters. +// PhysicalSize returns the size of the display area of a monitor in millimeters. func (m *Monitor) PhysicalSize() (width, height float64) { wi, hi := m.monitor.GetPhysicalSize() width = float64(wi) -- GitLab