From efe0dadb1578c623eacf96d38f20890e11805677 Mon Sep 17 00:00:00 2001 From: Edward <43848523+thomashacker@users.noreply.github.com> Date: Fri, 17 Mar 2023 16:16:54 +0100 Subject: [PATCH] Update website/docs/api/vocab.mdx Co-authored-by: Raphael Mitsch --- website/docs/api/vocab.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/api/vocab.mdx b/website/docs/api/vocab.mdx index 625841823..3739209d6 100644 --- a/website/docs/api/vocab.mdx +++ b/website/docs/api/vocab.mdx @@ -12,8 +12,8 @@ between `Doc` objects. -Please note that the `Vocab` size is not static and increases as texts are -processed and new tokens are seen. +Please note that `Vocab` instances are not static. It increases in size as +texts with new tokens are processed.