From b1c253f25034986501959990c6523665b079a297 Mon Sep 17 00:00:00 2001 From: Maksim Syomochkin Date: Fri, 17 Jan 2020 13:23:08 +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 c5645b1..df44039 100644 --- a/xirr.go +++ b/xirr.go @@ -1,5 +1,5 @@ /* -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