Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -366,7 +366,7 @@ A data point consists of a function code along with its documentation. Each data
366
  - `func_path_in_repository`: tl;dr: path to the file which holds the function in the repository
367
  - `func_name`: name of the function in the file
368
  - `whole_func_string`: Code + documentation of the function
369
- - `language`: Programming language in whoch the function is written
370
  - `func_code_string`: Function code
371
  - `func_code_tokens`: Tokens yielded by Treesitter
372
  - `func_documentation_string`: Function documentation
 
366
  - `func_path_in_repository`: tl;dr: path to the file which holds the function in the repository
367
  - `func_name`: name of the function in the file
368
  - `whole_func_string`: Code + documentation of the function
369
+ - `language`: Programming language in which the function is written
370
  - `func_code_string`: Function code
371
  - `func_code_tokens`: Tokens yielded by Treesitter
372
  - `func_documentation_string`: Function documentation