From b4ab7687e7c87091a0eb9e495944bbaefdcc4ecc Mon Sep 17 00:00:00 2001 From: Eduardo Pareja-Tobes Date: Thu, 27 Oct 2016 12:47:50 +0200 Subject: [PATCH] Autogenerated literator docs for v0.1.0 --- docs/src/main/scala/entry.scala.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/scala/entry.scala.md b/docs/src/main/scala/entry.scala.md index c46338e..fc3340f 100644 --- a/docs/src/main/scala/entry.scala.md +++ b/docs/src/main/scala/entry.scala.md @@ -1,7 +1,7 @@ This set of types serves as a generic model for UniProt entries. The main reference is the **[UniProt Knowledgebase user manual](http://web.expasy.org/docs/userman.html)**. -The method names match the "Content" description in the table at the end of the [General Structure section](http://web.expasy.org/docs/userman.html#entrystruc), with plurals signaling a `Seq` return type. +The method names match (whenever possible) the "Content" description in the table at the end of the [General Structure section](http://web.expasy.org/docs/userman.html#entrystruc), with plurals signaling a `Seq` return type. ```scala