Commit fdcb8c0
committed
Merge #230: fix(lsp): update documentation for unwraps
ac7f280 fix(lsp): update documentation for unwraps (Volodymyr Herashchenko)
Pull request description:
There was an error in the function signatures for `unwrap_left` and `unwrap_right` in the LSP documentation where the expected `Either` generic types were swapped.
Also make it clearer exactly which type is used when we are unwrapping these values.
ACKs for top commit:
KyrylR:
ACK ac7f280; ran tests locally
Tree-SHA512: ed01116363fd8b72e0c436815e4be0c353b16b355afccdd456606908e8de3601845414cf221cf89744b9eaa1050200170d64caf2169340b839bc9ff3bd92ba031 file changed
Lines changed: 8 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
140 | | - | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
141 | 142 | | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
145 | 146 | | |
146 | | - | |
147 | | - | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
148 | 150 | | |
149 | 151 | | |
150 | 152 | | |
| |||
0 commit comments