This commit is contained in:
faiface 2016-12-02 01:50:31 +01:00
parent 519c9c1c19
commit 6a6a7791e1
1 changed files with 1 additions and 1 deletions

View File

@ -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)