Currently, the sentence reads:
"Pizza is an exported name, as is Pi, which is exported from the math package."
This might confuse readers into thinking both Pizza and Pi are from the math package. Suggesting a minor rewording for clarity:
"In Go, names beginning with a capital letter are exported. For example, Pizza is exported. Another example, exported specifically from the math package, is Pi."
Currently, the sentence reads:
"Pizza is an exported name, as is Pi, which is exported from the math package."
This might confuse readers into thinking both Pizza and Pi are from the math package. Suggesting a minor rewording for clarity:
"In Go, names beginning with a capital letter are exported. For example, Pizza is exported. Another example, exported specifically from the math package, is Pi."