From c4b7ebf413e7272ff8d3712793cbf3560e4ae4a0 Mon Sep 17 00:00:00 2001 From: Mushfiq Date: Thu, 21 Feb 2019 22:28:02 +0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8657242..8e12201 100644 --- a/README.md +++ b/README.md @@ -180,7 +180,7 @@ v.set("undefined tag", "Hello world") ; ```"undefined tag"``` tag will be removed when you call ```v.trim()``` ### format() -```trim()``` method converts inappropriate values to correct types based on dictionary. If a tag is Integer but inside Bio Object it is a String ("42") it will be converted to int 42. It is applied to all primitive types and arrays of primitive types. For example: +```format()``` method converts inappropriate values to correct types based on dictionary. If a tag is Integer but inside Bio Object it is a String ("42") it will be converted to int 42. It is applied to all primitive types and arrays of primitive types. For example: ```java v.set(Vehicle.PRODUCER, "Ford") ; v.set(Vehicle.YEAR_OF_PRODUCTION, "2019") ;