This is an automated email from the ASF dual-hosted git repository.

delei pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fesod.git


The following commit(s) were added to refs/heads/main by this push:
     new ed014d4d docs: fix typo in core-class.md (#621)
ed014d4d is described below

commit ed014d4d5cb1fa2615c49f28f88425f0e5313e33
Author: Tran Ngoc Nhan <[email protected]>
AuthorDate: Wed Oct 1 10:16:40 2025 +0700

    docs: fix typo in core-class.md (#621)
    
    Co-authored-by: DeleiGuo <[email protected]>
---
 website/docs/help/core-class.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docs/help/core-class.md b/website/docs/help/core-class.md
index 664b67b5..ce79b481 100644
--- a/website/docs/help/core-class.md
+++ b/website/docs/help/core-class.md
@@ -395,8 +395,8 @@ Core Features:
 
|------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|
 | `invoke(T data, AnalysisContext context)`                                    
            | Triggered when a line of data is read. `data` is the parsed 
current line object, and `context` contains the read context information. |
 | `doAfterAllAnalysed(AnalysisContext context)`                                
            | Called after all data parsing is complete, used for resource 
cleanup or post-processing of batch operations.                          |
-| `onException(Exception exception, AnalysisContext context)` *(Optinal)*      
            | Capture and handle exceptions thrown during parsing to facilitate 
error data handling.                                                |
-| `invokeHead(Map<Integer, ReadCellData<?>> headMap, AnalysisContext context)` 
*(Optinal)* | Retrieve Excel header data, commonly used for dynamic header 
processing.                                                              |
+| `onException(Exception exception, AnalysisContext context)` *(Optional)*     
            | Capture and handle exceptions thrown during parsing to facilitate 
error data handling.                                                |
+| `invokeHead(Map<Integer, ReadCellData<?>> headMap, AnalysisContext context)` 
*(Optional)* | Retrieve Excel header data, commonly used for dynamic header 
processing.                                                              |
 
 ### Use Cases
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to