From e408729c49c002d24317922676cff1d521c8a1e4 Mon Sep 17 00:00:00 2001 From: Bilal Date: Wed, 14 Mar 2018 20:49:56 +0500 Subject: [PATCH] Update time.lisp --- sql/time.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sql/time.lisp b/sql/time.lisp index 83e17a0..29b88b0 100644 --- a/sql/time.lisp +++ b/sql/time.lisp @@ -1,7 +1,7 @@ ;;;; -*- Mode: LISP; Syntax: ANSI-Common-Lisp; Base: 10 -*- ;;;; ************************************************************************* ;;;; -;;;; A variety of structures and function for creating and +;;;; A variety of structures and functions for creating and ;;;; manipulating dates, times, durations and intervals for ;;;; CLSQL. ;;;;