diff options
author | Magnus Hagander <magnus@hagander.net> | 2020-09-10 14:15:26 +0200 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2020-09-10 14:18:48 +0200 |
commit | 4f737ca15b92abd4081cf400da2d4498154ae106 (patch) | |
tree | 12fbb053242105bfeef2fac912c9aa765d5b5a40 | |
parent | a4c0dbc447c7c42e1483e2d3bcc0856a5b9ba5dd (diff) |
Fix title in reference section
Reported-by: Robert Kahlert
Author: Daniel Gustafsson
-rw-r--r-- | doc/src/sgml/biblio.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/biblio.sgml b/doc/src/sgml/biblio.sgml index d85e3f0a24a..204970c2778 100644 --- a/doc/src/sgml/biblio.sgml +++ b/doc/src/sgml/biblio.sgml @@ -145,8 +145,8 @@ </biblioentry> <biblioentry id="ULL88"> - <title>Principles of Database and Knowledge</title> - <subtitle>Base Systems</subtitle> + <title>Principles of Database and Knowledge-Base Systems</title> + <subtitle>Classical Database Systems</subtitle> <titleabbrev>Ullman, 1988</titleabbrev> <authorgroup> <author> |