diff --git a/Update_record.md b/Update_record.md
index 82b854e..98f91ec 100644
--- a/Update_record.md
+++ b/Update_record.md
@@ -132,7 +132,7 @@ Compared to BioAider v1.532-beta
### Optimized the calculation function of `Mutation Analysis`
+ Multi-process-based parallelization was used in calculations, and the calculation logic has been optimized. Now, the run times are drastically reduced, and what used to take hours can now be done in minutes. We tested about 87,000 ORF1ab sequences from SARS-CoV-2, if 4 cores are used in the desktop computer (`Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz `), and the analysis is completed in about 3 minutes.
-+ Optimize memory usage. Sequences in the alignment can be iteratively read and loaded into memory, which allows large amounts of sequences to be computed at lower memory. This is optional using the parameters `Max.num.seqs` , default value: 20000 sequences.
++ Optimize memory usage. Sequences in the alignment can be iteratively read and loaded into memory, which allows large amounts of sequences to be computed at lower memory. This is optional using the parameters `Max.num.seqs in interative` , default value: 20000 sequences.
### Updated the function of `Date converted to Decimal`
+ Batch processing of multiple formats is supported.