Skip to content

Commit 2749e02

Browse files
sanujkulper1234
andauthored
Update README.md about Debug.print()
Co-Authored-By: per1234 <[email protected]>
1 parent b91c3f1 commit 2749e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ By default, printing timestamp is off, unless turned on using this function call
5454
Calling this function switches off the timestamp in the `Debug.print()` function call;
5555

5656
### 5. Debug.print(int const debug_level, const char * fmt, ...);
57-
This function assess the debug_level and prints the message if parameter `debug_level` in `Debug.print(debug_level, ...)` function call belongs to the range: DBG_ERROR <= debug_level <= (<DBG_LEVEL> that has been set using setDebugLevel() function).
57+
This function prints the message if parameter `debug_level` in the `Debug.print(debug_level, ...)` function call belongs to the range: DBG_ERROR <= debug_level <= (<DBG_LEVEL> that has been set using `setDebugLevel()` function).
5858
Example:
5959
```
6060
Debug.setDebugLevel(DBG_VERBOSE);

0 commit comments

Comments
 (0)