Skip to content

Commit ad5691d

Browse files
SConawaydevyte
authored andcommitted
ie --> in (#4502)
1 parent f070b55 commit ad5691d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/PROGMEM.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ On the ESP8266 PROGMEM is a macro:
2424
2525
#define ICACHE_RODATA_ATTR __attribute__((section(".irom.text")))
2626
27-
Which places the variable in the .irom.text section ie flash. Placing strings in
27+
Which places the variable in the .irom.text section in flash. Placing strings in
2828
flash requires using any of the methods above.
2929

3030
| ### Declare a global string to be stored in flash.

0 commit comments

Comments
 (0)