Skip to content

Commit dbcdf3a

Browse files
Change leftover ':' to '\n' in ALF README.md
1 parent 941bf1f commit dbcdf3a

File tree

1 file changed

+1
-1
lines changed
  • src/CommandLineUtilities/AliceLowlevelFrontend

1 file changed

+1
-1
lines changed

src/CommandLineUtilities/AliceLowlevelFrontend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Some of the services are RPC calls.
2222
The '0x' prefix is omitted for return values.
2323

2424
For example: a register write call could have the argument string "0x504\n0x4" meaning write value 0x42 to address 0x4.
25-
The return string could be "success:" or "failure:Address out of range".
25+
The return string could be "success\n" or "failure\nAddress out of range".
2626

2727
#### REGISTER_READ
2828
* Service type: RPC call

0 commit comments

Comments
 (0)