From 17598720eb6b2f911a69c1eadb1eac48fb7962bb Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Fri, 17 Jan 2020 13:23:33 +0300 Subject: [PATCH] Small update docs --- xirr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xirr.go b/xirr.go index df44039..a29991f 100644 --- a/xirr.go +++ b/xirr.go @@ -1,5 +1,5 @@ /* -Package Goxirr is a simple implementation of a function for calculating +Package goxirr is a simple implementation of a function for calculating the Internal Rate of Return for irregular cash flow (XIRR). */ package goxirr