Skip to content

Commit 5373b41

Browse files
Martin SchubertMartin Schubert
authored andcommitted
fix typo
1 parent be3dbb1 commit 5373b41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/notebooks/basics.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
"\n",
108108
"Permittivity arrays must be at least two-dimensional, with the two trailing axes corresponding to the $u$ and $v$ directions ($x$ and $y$ in this case). In the case of uniform layers (i.e. layers in which the permittivity does not vary spatially), it is best for the trailing axes to have shape `(1, 1)`. This triggers a special code path which computes layer eigenmodes analytically, which is more efficient and generally more accurate.\n",
109109
"\n",
110-
"Here, we'll model a rectangular pillar comprised of $n=1.85$ media on a $n=1.45$ substrate."
110+
"Here, we'll model a rectangular pillar comprised of $n=1.45$ media on a $n=1.45$ substrate."
111111
]
112112
},
113113
{
@@ -356,7 +356,7 @@
356356
],
357357
"metadata": {
358358
"kernelspec": {
359-
"display_name": "invrs-cpu",
359+
"display_name": "invrs",
360360
"language": "python",
361361
"name": "python3"
362362
},

0 commit comments

Comments
 (0)